mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-03 14:19:09 +08:00
[godot] GH action
This commit is contained in:
parent
a20ad0af42
commit
f3ae23e100
15
.github/workflows/spine-godot.yml
vendored
15
.github/workflows/spine-godot.yml
vendored
@ -35,5 +35,18 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-windows.zip
|
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 .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user