From 2256bd23b1a4ff67ce2a21197152fa6f3f79c3bf Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Tue, 6 Aug 2024 10:42:04 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index b626e4c8..173ec6b7 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -10,7 +10,7 @@ env: GODOT_VERSION: 4.2.2 EXPORT_NAME: RetroDECK-Configurator #match tag in project settings of Godot - TAG: v0.5 + TAG: ${EXPORT_NAME}-v0.5 jobs: export-linux: @@ -60,7 +60,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /github/home/RetroDECK-Configurator-tar.gz + file: /github/home/RetroDECK-* tag: ${{env.TAG}} overwrite: true file_glob: true \ No newline at end of file