mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
48505109ce
commit
000d3a94f7
9
.github/workflows/build-gdc.yml
vendored
9
.github/workflows/build-gdc.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue