Skip to content

Commit 8173b39

Browse files
committed
fix: OSX release script
1 parent 47f95b4 commit 8173b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release-osx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-x86_64.gz > target
1111
export SDKROOT=$(xcrun -sdk macosx12.1 --show-sdk-path)
1212
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx12.1 --show-sdk-platform-version)
1313
cargo build --target aarch64-apple-darwin --release
14-
gzip -c target/aarch64-apple-darwin/release/pact_verifier_cli > target/artifacts/pact-stub-server-osx-aarch64.gz
14+
gzip -c target/aarch64-apple-darwin/release/pact-stub-server > target/artifacts/pact-stub-server-osx-aarch64.gz
1515
openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-aarch64.gz > target/artifacts/pact-stub-server-osx-aarch64.gz.sha256

0 commit comments

Comments
 (0)