We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f95b4 commit 8173b39Copy full SHA for 8173b39
scripts/release-osx.sh
@@ -11,5 +11,5 @@ openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-x86_64.gz > target
11
export SDKROOT=$(xcrun -sdk macosx12.1 --show-sdk-path)
12
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx12.1 --show-sdk-platform-version)
13
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
+gzip -c target/aarch64-apple-darwin/release/pact-stub-server > target/artifacts/pact-stub-server-osx-aarch64.gz
15
openssl dgst -sha256 -r target/artifacts/pact-stub-server-osx-aarch64.gz > target/artifacts/pact-stub-server-osx-aarch64.gz.sha256
0 commit comments