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 🗜️
|
||||
working-directory: tools/configurator
|
||||
run: |
|
||||
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz test.x86_64
|
||||
tar zcvf test.tar.gz test.x86_64
|
||||
- name: Upload Release Asset 🚀
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz
|
||||
file: test.tar.gz
|
||||
tag: ${{env.TAG}}
|
||||
overwrite: true
|
||||
file_glob: true
|
||||
|
|
Loading…
Reference in a new issue