Changes to be committed:

modified:   .github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-06 00:14:23 +01:00
parent 3516a39b1c
commit acfd51bfb5

View file

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