Update build.yml

This commit is contained in:
Ethan Roseman 2021-10-26 01:01:01 +09:00 committed by GitHub
parent f02826c5a0
commit f018cf91fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
shell: bash
run: |
cp xgcc gcc
tar -cf ${{ matrix.TARGET.ARCHIVE_NAME }} cc1 gcc cc1plus g++ cpp
tar -czf ${{ matrix.TARGET.ARCHIVE_NAME }} cc1 gcc cc1plus g++ cpp
- name: Upload archive
uses: actions/upload-artifact@v2
with: