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/go-simple.yml
This commit is contained in:
parent
f71f5a95ca
commit
ff88ba3335
11
.github/workflows/go-simple.yml
vendored
11
.github/workflows/go-simple.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push: {}
|
push: {}
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
|
|
||||||
|
env:
|
||||||
|
TAG: v0.006
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Godot:
|
Godot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -27,3 +30,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Client - ${{ matrix.platform }}
|
name: Client - ${{ matrix.platform }}
|
||||||
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
||||||
|
- name: Upload Release Asset 🚀
|
||||||
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
with:
|
||||||
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
file: Client - linux.zip
|
||||||
|
tag: ${{env.TAG}}
|
||||||
|
overwrite: true
|
||||||
|
file_glob: true
|
Loading…
Reference in a new issue