From 919ad8b366ee957921aa295a8fc6701b0c5e1f9e Mon Sep 17 00:00:00 2001 From: florianvazelle Date: Thu, 7 Sep 2023 20:45:36 +0200 Subject: [PATCH] ci: fix output name of the artifact --- .github/workflows/release-packaging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.