Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
camilo committed Jan 18, 2024
1 parent d2e4599 commit b219a31
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .clear-target-files
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
src/*
examples/*
.vscode/*
README.md
.gitignore
26 changes: 5 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,6 @@ jobs:
- name: Build
run: cmake --build build

- name: deploy pre-cleanup
uses: JesseTG/[email protected]
with:
path: src

- name: deploy pre-cleanup
uses: JesseTG/[email protected]
with:
path: examples

- name: deploy pre-cleanup
uses: JesseTG/[email protected]
with:
path: .github

- name: deploy pre-cleanup
uses: JesseTG/[email protected]
with:
path: .vscode

- name: Deploy
if: matrix.os == 'ubuntu-latest'
uses: s0/git-publish-subdir-action@develop
Expand All @@ -61,6 +41,8 @@ jobs:
FOLDER: build/build/
SQUASH_HISTORY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: linux
CLEAR_GLOBS_FILE: ".clear-target-files"

- name: Deploy
if: matrix.os == 'windows-latest'
Expand All @@ -70,4 +52,6 @@ jobs:
BRANCH: binaries
FOLDER: build/build/
SQUASH_HISTORY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: win
CLEAR_GLOBS_FILE: ".clear-target-files"

0 comments on commit b219a31

Please sign in to comment.