Skip to content

Commit 71b3b68

Browse files
committed
Change release binary name to 'codegame'
1 parent 969f83e commit 71b3b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ jobs:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
goos: ${{ matrix.goos }}
2424
goarch: ${{ matrix.goarch }}
25-
asset_name: codegame-${{matrix.goos}}-${{matrix.goarch}}
25+
binary_name: codegame
26+
asset_name: codegame-cli-${{matrix.goos}}-${{matrix.goarch}}
2627
extra_files: LICENSE README.md

0 commit comments

Comments
 (0)