modified: .github/workflows/build-gdc.yml

This commit is contained in:
monkeyx-net 2024-08-06 00:33:28 +01:00
parent f66d9a5581
commit dcd581cc92
2 changed files with 11 additions and 2 deletions

View file

@ -13,7 +13,7 @@ concurrency:
env:
GODOT_VERSION: 4.2.2
EXPORT_NAME: GD-Test
TAG: v0.0.5
jobs:
export-linux:
@ -56,3 +56,12 @@ jobs:
#path: ./build/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
path: ~/${{env.EXPORT_NAME}}-Linux-64bit.tar.gz
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

View file

@ -155,7 +155,7 @@ modules:
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
name: godot-configurator
-name: godot-configurator
buildsystem: simple
sources:
- type: archive