mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +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
|
||||
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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user