On branch feat/godot-configurator

Changes to be committed:
	modified:   ../../.github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-06 01:53:09 +01:00
parent 0bfb204b18
commit a91925bd2b

View file

@ -46,7 +46,7 @@ jobs:
chmod +x ~/$EXPORT_NAME.pck
- name: Create tar.gz archive 🗜️
run: |
tar zcvf ~/${EXPORT_NAME}-Linux-64bit.tar.gz ~/$EXPORT_NAME.pck
tar zcvf ~/${EXPORT_NAME}.tar.gz ~/$EXPORT_NAME.pck
- name: Upload Linux x86_64 Artifact 🚀
uses: actions/upload-artifact@v4