dir layout

This commit is contained in:
Ethan Roseman 2022-01-02 00:46:30 +09:00
parent 71deb31b23
commit 39c71b7a03
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 TEMPDIR/*
tar -czf agbcc.tar.gz -C TEMPDIR/tools/agbcc *
- name: Upload archive
uses: actions/upload-artifact@v2
with: