Skip to content

Commit

Permalink
adjust generated tarball once more
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jul 27, 2024
1 parent 7626e14 commit 11ac031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-sysroot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cp -rP $SDK_PATH/* working/$SDK_NAME
cat macos-sysroot/remove.txt | while read -r val; do eval rm -v working/$SDK_NAME/$val || true; done
cd working
tar -cf - "$SDK_NAME/*" | zstd --ultra -22 -o "../artifacts/$SDK_NAME.tar.zst"
tar -cf - $SDK_NAME/* | zstd --ultra -22 -o "../artifacts/$SDK_NAME.tar.zst"
- name: Determine Release Tag
run: |
Expand Down

0 comments on commit 11ac031

Please sign in to comment.