From b2f327289be937ca8d0c6577cfe020653fbd96f3 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 22:47:10 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/go-simple.yml --- .github/workflows/go-simple.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-simple.yml b/.github/workflows/go-simple.yml index 0fd0cd01..044d0a77 100644 --- a/.github/workflows/go-simple.yml +++ b/.github/workflows/go-simple.yml @@ -34,7 +34,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: Client - linux.zip + file: "Client - linux.zip" tag: ${{env.TAG}} overwrite: true #file_glob: true \ No newline at end of file