Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AngheloAlf committed Jan 20, 2023
1 parent 6d25e6e commit 2578e5a
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 @@ -58,7 +58,7 @@ jobs:
chmod +x gcc/cccp
chmod +x gcc/cpp
chmod +x gcc/g++
tar -czf ${{ matrix.TARGET.ARCHIVE_NAME }} gcc/gcc gcc/cc1 gcc/cc1plus gcc/cpp gcc/cccp g++
tar -czf ${{ matrix.TARGET.ARCHIVE_NAME }} gcc/gcc gcc/cc1 gcc/cc1plus gcc/cpp gcc/cccp gcc/g++
- name: Upload archive
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2578e5a

Please sign in to comment.