Skip to content

Commit

Permalink
Merge pull request #34 from wiremock/binary-fix
Browse files Browse the repository at this point in the history
Fix binary name in the release flow
  • Loading branch information
oleg-nenashev authored Aug 18, 2023
2 parents c00ce20 + 596972b commit f25e79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz"
binary_name: "test-binary"
binary_name: "wiremock-testcontainers-go"
extra_files: LICENSE README.md

update-docs:
Expand Down

0 comments on commit f25e79f

Please sign in to comment.