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:
|
||||
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
|
Loading…
Reference in a new issue