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