mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-18 12:25:38 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: ../../.github/workflows/build-gdc.yml
This commit is contained in:
parent
d209d78aa9
commit
73f988308d
1
.github/workflows/build-gdc.yml
vendored
1
.github/workflows/build-gdc.yml
vendored
|
@ -51,7 +51,6 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
|
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
|
||||||
- name: Upload Release Asset 🚀
|
- name: Upload Release Asset 🚀
|
||||||
working-directory: tools/configurator
|
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue