Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Aug 18, 2023
1 parent 83b9638 commit 4c8fa84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ jobs:

# No point in running the following steps if we are not deploying
- name: Install to temp dir
if: ${{ env.IS_DEPLOY }}
if: env.IS_DEPLOY
shell: bash
run: sh install.sh TEMPDIR

- name: Create release archive
if: ${{ env.IS_DEPLOY }}
if: env.IS_DEPLOY
shell: bash
run: tar -C TEMPDIR/tools/agbcc -czf agbcc.tar.gz bin include lib

- name: Upload archive
uses: actions/upload-artifact@v2
if: ${{ env.IS_DEPLOY }}
if: env.IS_DEPLOY
with:
name: agbcc.tar.gz
path: agbcc.tar.gz
Expand Down

0 comments on commit 4c8fa84

Please sign in to comment.