Skip to content

Commit aeff9c6

Browse files
committed
fix: renamed output file in github action
1 parent 4aa06a2 commit aeff9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Rename binary
4040
run: |
41-
mv dist/game_client dist/game-client-${{ matrix.os }}${{ matrix.ext }}
41+
mv dist/client dist/game-client-${{ matrix.os }}${{ matrix.ext }}
4242
shell: bash
4343

4444
- name: Upload binary to GitHub Release

0 commit comments

Comments
 (0)