diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 1e4263db8..814d119ad 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -35,5 +35,18 @@ jobs: uses: actions/upload-artifact@v2 with: name: godot-editor-windows.zip - path: spine-godot/godot/bin/godot.windows.opt.tools.x86_64.exe + path: spine-godot/godot/bin/godot.windows.opt.tools.64.exe + + upload-to-s3: + runs-on: ubuntu-latest + steps: + - name: Download godot-windows-editor artifact + uses: actions/download-artifact@v2 + with: + name: godot-editor-windows.zip + + - name: Unpack editors and templates + run: | + unzip godot-editor-windows.zip + find .