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
6cde896f94
commit
bb2fb66530
4
.github/workflows/go-simple.yml
vendored
4
.github/workflows/go-simple.yml
vendored
|
@ -28,13 +28,13 @@ jobs:
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.platform }}
|
name: linux
|
||||||
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
path: ${{ github.workspace }}/${{ steps.build.outputs.build }}
|
||||||
- name: Upload Release Asset 🚀
|
- name: Upload Release Asset 🚀
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file: tools/configurator/linux.zip
|
file: linux.zip
|
||||||
tag: ${{env.TAG}}
|
tag: ${{env.TAG}}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file_glob: false
|
file_glob: false
|
Loading…
Reference in a new issue