mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-29 19:45:38 +00:00
modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
f66d9a5581
commit
dcd581cc92
11
.github/workflows/build-gdc.yml
vendored
11
.github/workflows/build-gdc.yml
vendored
|
@ -13,7 +13,7 @@ concurrency:
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.2.2
|
GODOT_VERSION: 4.2.2
|
||||||
EXPORT_NAME: GD-Test
|
EXPORT_NAME: GD-Test
|
||||||
|
TAG: v0.0.5
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
|
@ -56,3 +56,12 @@ jobs:
|
||||||
#path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
#path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||||
path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
|
- name: Upload Release Asset 🚀
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
|
||||||
|
tag: ${{env.TAG}}
|
||||||
|
overwrite: true
|
||||||
|
file_glob: true
|
|
@ -155,7 +155,7 @@ modules:
|
||||||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||||
|
|
||||||
name: godot-configurator
|
-name: godot-configurator
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
|
|
Loading…
Reference in a new issue