[godot] GH action

This commit is contained in:
Mario Zechner 2022-07-12 10:44:40 +02:00
parent a20ad0af42
commit f3ae23e100

View File

@ -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 .