From bb2fb6653032dee7d8aeb62cf35535720e465e66 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 23:06:34 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: ../../.github/workflows/go-simple.yml --- .github/workflows/go-simple.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-simple.yml b/.github/workflows/go-simple.yml index 4d48906f..d0140736 100644 --- a/.github/workflows/go-simple.yml +++ b/.github/workflows/go-simple.yml @@ -28,13 +28,13 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v2 with: - name: ${{ matrix.platform }} + name: linux path: ${{ github.workspace }}/${{ steps.build.outputs.build }} - name: Upload Release Asset 🚀 uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: tools/configurator/linux.zip + file: linux.zip tag: ${{env.TAG}} overwrite: true file_glob: false \ No newline at end of file