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:
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