This commit is contained in:
Ethan Roseman 2022-01-02 01:00:42 +09:00
parent 8d62e3c5a1
commit 65164f43a3
No known key found for this signature in database
GPG Key ID: 27F9FCEB8E4969BD

View File

@ -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: