Skip to content

Commit

Permalink
ci: fix output name of the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Sep 7, 2023
1 parent 9743ded commit 919ad8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Upload artifact
uses: ./.github/actions/upload-artifact
with:
name: Marble-${{ matrix.platform }}-v${{ env.version }}
name: Marble-${{ matrix.platform }}-v${{ env.game_version }}
path: build/${{ matrix.platform }}

# Installing rsync is needed in order to deploy to GitHub Pages. Without it, the build will fail.
Expand Down

0 comments on commit 919ad8b

Please sign in to comment.