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/build-gdc.yml
This commit is contained in:
parent
3b42617635
commit
f4a6f811cd
4
.github/workflows/build-gdc.yml
vendored
4
.github/workflows/build-gdc.yml
vendored
|
@ -50,12 +50,12 @@ jobs:
|
||||||
- name: Create tar.gz archive 🗜️
|
- name: Create tar.gz archive 🗜️
|
||||||
working-directory: tools/configurator
|
working-directory: tools/configurator
|
||||||
run: |
|
run: |
|
||||||
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz test.x86_64
|
tar zcvf test.tar.gz test.x86_64
|
||||||
- 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: .${{env.EXPORT_NAME}}-Linux-*.tar.gz
|
file: test.tar.gz
|
||||||
tag: ${{env.TAG}}
|
tag: ${{env.TAG}}
|
||||||
overwrite: true
|
overwrite: true
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
Loading…
Reference in a new issue