diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 59f7b9c1..3da56e71 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -38,6 +38,7 @@ jobs: run: | godot --headless -v --export-release "linux" ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 - name: Give execute permission ☑️ + working-directory: tools/configurator run: | chmod +x ./build/${EXPORT_NAME}-Linux-64bit/${EXPORT_NAME}.x86_64 # - name: Copy pixelorama_data folder 📁 @@ -45,10 +46,12 @@ jobs: # rm ./pixelorama_data/.gdignore # cp -R ./pixelorama_data ./build/${EXPORT_NAME}-Linux-64bit - name: Create tar.gz archive 🗜️ + working-directory: tools/configurator run: | cd build tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz ${EXPORT_NAME}-Linux-64bit - name: Upload Release Asset 🚀 + working-directory: tools/configurator uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}