Skip to content

Commit

Permalink
Build: compress macos arm siskin build before uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 23, 2023
1 parent fc97db0 commit d4eabaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/siskin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ jobs:
run: ./siskin-macos-x86_64 test list-dir

- name: Compress results before uploading
run: gzip -9 ./siskin-macos-x86_64
run: |
gzip -9 ./siskin-macos-x86_64
gzip -9 ./siskin-macos-aarch64
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d4eabaf

Please sign in to comment.