On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 22:31:55 +01:00
parent 3b42617635
commit f4a6f811cd

View file

@ -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