From 3b4261763595f7b3d0f182bcea45300e233fc4e8 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 22:28:17 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 52cbc200..59d91ecf 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -55,7 +55,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: ./build/${{env.EXPORT_NAME}}-Linux-*.tar.gz + file: .${{env.EXPORT_NAME}}-Linux-*.tar.gz tag: ${{env.TAG}} overwrite: true file_glob: true