Skip to content

Commit

Permalink
Add missing file extension for Pact Verifier CLI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 31, 2024
1 parent a5d6f66 commit 07df860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_verifier_cli/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bin-path = "pact_verifier_cli-osx-{arch}"
[platform.windows]
download-file = "pact_verifier_cli-windows-{arch}.exe.gz"
checksum-file = "pact_verifier_cli-windows-{arch}.exe.gz.sha256"
bin-path = "pact_verifier_cli-windows-{arch}"
bin-path = "pact_verifier_cli-windows-{arch}.exe"

[install]
download-url = "https://github.com/pact-foundation/pact-reference/releases/download/pact_verifier_cli-v{version}/{download_file}"
Expand Down

0 comments on commit 07df860

Please sign in to comment.