Skip to content

Commit

Permalink
Fix zip action in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 8, 2022
1 parent 73c41ae commit 3e62d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
mkdir target/release/assets && cp -r assets target/release/assets
mkdir target/release/credits && cp -r credits target/release/credits
- name: Zip release
uses: papeloto/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: target/release/assets/ target/release/${{ env.GAME_EXECUTABLE_NAME }}.exe
dest: ${{ env.GAME_EXECUTABLE_NAME }}_windows.zip
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: |
cargo make release
- name: Zip release
uses: papeloto/action-zip@v1
uses: vimtor/action-zip@v1
with:
files: build/web/
dest: ${{ env.GAME_EXECUTABLE_NAME }}_web.zip
Expand Down

0 comments on commit 3e62d1d

Please sign in to comment.