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 fd88fd1 commit 6a460bd
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ jobs:
- name: Build
run: cmake --build build


- name: Deploy
if: matrix.os == 'ubuntu-latest'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: binaries
FOLDER: build/build/
SQUASH_HISTORY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: linux

- name: deploy pre-cleanup
uses: JesseTG/[email protected]
with:
Expand All @@ -64,6 +52,17 @@ jobs:
with:
path: .vscode

- name: Deploy
if: matrix.os == 'ubuntu-latest'
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: binaries
FOLDER: build/build/
SQUASH_HISTORY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_DIR: linux

- name: Deploy
if: matrix.os == 'windows-latest'
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit 6a460bd

Please sign in to comment.