Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 16, 2023
1 parent 98c005f commit babcba0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,10 @@ jobs:

- name: Compress Artifact
run: |
ls -lah .
ls -lah macOS
zip -jr macOS.zip macOS/carimbo
tar -C macOS -czvf macOS.tar.gz --mode='a+rwX' carimbo
rm -rf macOS
tar -C Ubuntu -czvf Ubuntu.tar.gz carimbo
tar -C Ubuntu -czvf Ubuntu.tar.gz --mode='a+rwX' carimbo
rm -rf Ubuntu
# WebAssembly
Expand Down

0 comments on commit babcba0

Please sign in to comment.