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