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 1a2b839 commit d384856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
if: matrix.config.name == 'macOS'
working-directory: build
run: |
chmod +x carimbo
tar -czvf macOS.tar.gz --mode='a+rwx' carimbo
chmod -R a+rwx carimbo
tar -cpzvf macOS.tar.gz carimbo
mv macOS.tar.gz ../artifacts
- name: Compress Artifacts
Expand Down

0 comments on commit d384856

Please sign in to comment.