diff --git a/.github/workflows/release-packaging.yml b/.github/workflows/release-packaging.yml index 031bd6a..b20a560 100644 --- a/.github/workflows/release-packaging.yml +++ b/.github/workflows/release-packaging.yml @@ -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.