We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969f83e commit 71b3b68Copy full SHA for 71b3b68
.github/workflows/release.yml
@@ -22,5 +22,6 @@ jobs:
22
github_token: ${{ secrets.GITHUB_TOKEN }}
23
goos: ${{ matrix.goos }}
24
goarch: ${{ matrix.goarch }}
25
- asset_name: codegame-${{matrix.goos}}-${{matrix.goarch}}
+ binary_name: codegame
26
+ asset_name: codegame-cli-${{matrix.goos}}-${{matrix.goarch}}
27
extra_files: LICENSE README.md
0 commit comments