mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
edcf0b78a4
commit
7295ed1ba9
4
.github/workflows/build-gdc.yml
vendored
4
.github/workflows/build-gdc.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
|||
env:
|
||||
GODOT_VERSION: 4.2.2
|
||||
EXPORT_NAME: GD-Test
|
||||
TAG: v0.0.6
|
||||
TAG: v0.0.7
|
||||
|
||||
jobs:
|
||||
export-linux:
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ~/$EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||
file: ~/$EXPORT_NAME}}-*
|
||||
tag: ${{env.TAG}}
|
||||
overwrite: true
|
||||
file_glob: true
|
Loading…
Reference in a new issue