From f4a6f811cd750c3b9d05c5e64718356aa430e43f Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 22:31:55 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 59d91ecf..cc02e735 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -50,12 +50,12 @@ jobs: - name: Create tar.gz archive 🗜️ working-directory: tools/configurator run: | - tar zcvf ${EXPORT_NAME}-Linux-64bit.tar.gz test.x86_64 + tar zcvf test.tar.gz test.x86_64 - name: Upload Release Asset 🚀 uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz + file: test.tar.gz tag: ${{env.TAG}} overwrite: true file_glob: true