Skip to content

Commit

Permalink
got em
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jan 1, 2022
1 parent 8d62e3c commit 65164f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create release archive
shell: bash
run: |
tar -czf agbcc.tar.gz -C TEMPDIR/tools/agbcc $(ls .)
tar -C TEMPDIR/tools/agbcc -czf agbcc.tar.gz bin include lib
- name: Upload archive
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 65164f4

Please sign in to comment.