Skip to content

Commit 308a296

Browse files
committed
fix(docs): correct windows filename to end in .zip in release notes
1 parent 28e4dd4 commit 308a296

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packaging/RELEASE_NOTES.md.template

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ tar xzf pact-<PACKAGE_VERSION>-linux-arm64.tar.gz
4747
#### x86_64
4848

4949
```
50-
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86_64.tar.gz
51-
unzip pact-<PACKAGE_VERSION>-windows-x86_64.tar.gz
50+
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86_64.zip
51+
unzip pact-<PACKAGE_VERSION>-windows-x86_64.zip
5252
```
5353

5454
#### x86
5555

5656
```
57-
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86.tar.gz
58-
unzip pact-<PACKAGE_VERSION>-windows-x86.tar.gz
57+
curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/<TAG_NAME>/pact-<PACKAGE_VERSION>-windows-x86.zip
58+
unzip pact-<PACKAGE_VERSION>-windows-x86.zip
5959
```
6060

0 commit comments

Comments
 (0)