diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 3fb4b6d9..a606c444 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -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 🚀