Skip to content

Commit

Permalink
Bundle credits with windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 15, 2022
1 parent 9245add commit 4147329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Zip release
uses: vimtor/action-zip@v1
with:
files: target/release/assets/ target/release/${{ env.GAME_EXECUTABLE_NAME }}.exe
files: target/release/assets/ target/release/credits/ target/release/${{ env.GAME_EXECUTABLE_NAME }}.exe
dest: ${{ env.GAME_EXECUTABLE_NAME }}_windows.zip
- name: Upload release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 4147329

Please sign in to comment.