Skip to content

Commit

Permalink
fix(docs): correct windows filename to end in .zip in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 3, 2023
1 parent 28e4dd4 commit 308a296
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packaging/RELEASE_NOTES.md.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ tar xzf pact-<PACKAGE_VERSION>-linux-arm64.tar.gz
#### x86_64

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

#### x86

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

0 comments on commit 308a296

Please sign in to comment.