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
cdef3f9885
commit
2256bd23b1
4
.github/workflows/build-gdc.yml
vendored
4
.github/workflows/build-gdc.yml
vendored
|
@ -10,7 +10,7 @@ env:
|
|||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: RetroDECK-Configurator
|
||||
#match tag in project settings of Godot
|
||||
TAG: v0.5
|
||||
TAG: ${EXPORT_NAME}-v0.5
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: /github/home/RetroDECK-Configurator-tar.gz
|
||||
file: /github/home/RetroDECK-*
|
||||
tag: ${{env.TAG}}
|
||||
overwrite: true
|
||||
file_glob: true
|
Loading…
Reference in a new issue