mirror of
https://github.com/pret/agbcc.git
synced 2026-04-26 00:01:29 -05:00
got em
This commit is contained in:
parent
8d62e3c5a1
commit
65164f43a3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user