Skip to content

Commit

Permalink
Fix release part of the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Dec 19, 2024
1 parent f38b0d0 commit 6c2c9c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,14 @@ jobs:
matrix:
build: [linux, windows, psp, vita, wii]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: oceanpop-${{matrix.build}}
- name: Zip artifacts
run: |
zip -r oceanpop-${{matrix.build}}.zip oceanpop-${{matrix.build}}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: oceanpop-${{matrix.build}}.zip
prerelease: true
Expand Down

0 comments on commit 6c2c9c6

Please sign in to comment.