Skip to content

Commit

Permalink
chore: correct windows release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 26, 2021
1 parent 4585b68 commit da6354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

mkdir -p target/artifacts
cargo build --release
gzip -c target/release/pact_verifier_cli.exe > target/artifacts/pact_verifier_cli-windows-x86_64.exe.gz
gzip -c target/release/pact-stub-server.exe > target/artifacts/pact-stub-server-windows-x86_64.exe.gz

0 comments on commit da6354c

Please sign in to comment.