Skip to content

Commit

Permalink
Now releases are actually fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Dec 7, 2022
1 parent b81ac67 commit 03d7ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
uses: vimtor/action-zip@v1
with:
files: assets target/release/game.exe
recursive: true
recursive: false
dest: game_windows.zip

- name: Zip Release Linux
if : ${{ runner.os == 'Linux' }}
uses: vimtor/action-zip@v1
with:
files: assets target/release/game
recursive: true
recursive: false
dest: game_linux.zip

- name: Upload Release
Expand Down

0 comments on commit 03d7ff8

Please sign in to comment.