Skip to content

Commit

Permalink
chore(tar): ignore mac metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Cui <[email protected]>
  • Loading branch information
BlackHole1 committed Oct 16, 2024
1 parent 71e6cad commit 1959251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ find $WORK/out -name "*.dylib" -type f -exec sh -c "echo 'Signing {}...'; codesi
# pack
echo "Packing..."
cd $WORK/out
tar -czvf ./libexec-$GOOS-$GOARCH.tar.gz .
tar --no-mac-metadata -czvf ./libexec-$GOOS-$GOARCH.tar.gz .

# generate sha256
cd $WORK/out
Expand Down

0 comments on commit 1959251

Please sign in to comment.