mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 07:55:37 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
671e5af4b6
commit
3b42617635
2
.github/workflows/build-gdc.yml
vendored
2
.github/workflows/build-gdc.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ./build/${{env.EXPORT_NAME}}-Linux-*.tar.gz
|
||||
file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz
|
||||
tag: ${{env.TAG}}
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
|
|
Loading…
Reference in a new issue