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:02:34 +01:00
parent 01e6e2ba1e
commit e240b5e567

View file

@ -54,6 +54,7 @@ jobs:
- name: Create tar.gz archive 🗜️
working-directory: tools/configurator
run: |
cd
cd build
tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit
- name: Upload Release Asset 🚀