From 000d3a94f762a222e942092e9d3cc32f88353f5e Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Tue, 6 Aug 2024 10:27:42 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 8bb7fa40..7a17e1f0 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -6,10 +6,6 @@ on: pull_request: branches: [ feat/godot-configurator ] -#concurrency: - #group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-devdesktop -# cancel-in-progress: true - env: GODOT_VERSION: 4.2.2 EXPORT_NAME: RetroDECK-Configurator @@ -56,12 +52,13 @@ jobs: retention-days: 14 # Upload release linked to tag - # had to explicity call file + # had to explicity call folder refernece - name: Upload Release Asset 🚀 uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: /github/home/RetroDECK-* + file: ~/${{env.EXPORT_NAME}}-tar.gz + #/github/home/RetroDECK-tar.gz tag: ${{env.TAG}} overwrite: true file_glob: true \ No newline at end of file