From f3ae23e1002b43ccb5b95af7bee65b3e18e5d6fc Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 12 Jul 2022 10:44:40 +0200 Subject: [PATCH] [godot] GH action --- .github/workflows/spine-godot.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 .