Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chaynabors committed Dec 27, 2023
1 parent 7da4b34 commit 5bd6a4f
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 @@ -43,4 +43,4 @@ jobs:
shell: bash
run: |
mv target/${{ matrix.target }}/release/${{ env.GAME_NAME }}.exe ${{ env.GAME_NAME }}-${{ matrix.target }}.exe
gh release create ${{github.ref_name}} ${{ env.GAME_NAME }}-${{ matrix.target }}.exe
gh release create ${{ github.ref_name }} ${{ env.GAME_NAME }}-${{ matrix.target }}.exe --title ${{ github.ref_name }}

0 comments on commit 5bd6a4f

Please sign in to comment.