Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Nov 21, 2022
1 parent f48b2c8 commit bcd7e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-macos-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ fix_path "$BINARY" libff "@rpath/libff.dylib"
fix_path "$BUILD/libff.dylib" libgmp "@rpath/libgmp.dylib"
fix_path "$BUILD/libsecp256k1.dylib" libgmp "@rpath/libgmp.dylib"

GZIP=-9 tar -czf echidna-test.tar.gz -C "$BUILD/.." echidna-test
GZIP=-9 tar -czf echidna.tar.gz -C "$BUILD/.." echidna

0 comments on commit bcd7e7f

Please sign in to comment.