On branch feat/godot-configurator

Changes to be committed:
	modified:   .github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-06 10:27:42 +01:00
parent 48505109ce
commit 000d3a94f7

View file

@ -6,10 +6,6 @@ on:
pull_request: pull_request:
branches: [ feat/godot-configurator ] branches: [ feat/godot-configurator ]
#concurrency:
#group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-devdesktop
# cancel-in-progress: true
env: env:
GODOT_VERSION: 4.2.2 GODOT_VERSION: 4.2.2
EXPORT_NAME: RetroDECK-Configurator EXPORT_NAME: RetroDECK-Configurator
@ -56,12 +52,13 @@ jobs:
retention-days: 14 retention-days: 14
# Upload release linked to tag # Upload release linked to tag
# had to explicity call file # had to explicity call folder refernece
- name: Upload Release Asset 🚀 - name: Upload Release Asset 🚀
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /github/home/RetroDECK-* file: ~/${{env.EXPORT_NAME}}-tar.gz
#/github/home/RetroDECK-tar.gz
tag: ${{env.TAG}} tag: ${{env.TAG}}
overwrite: true overwrite: true
file_glob: true file_glob: true