mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[godot] GH action
This commit is contained in:
parent
cedc9bec28
commit
b208960191
50
.github/workflows/spine-godot.yml
vendored
50
.github/workflows/spine-godot.yml
vendored
@ -90,33 +90,33 @@ jobs:
|
|||||||
name: godot-editor-macos.zip
|
name: godot-editor-macos.zip
|
||||||
path: spine-godot/godot/bin/godot-editor-macos.zip
|
path: spine-godot/godot/bin/godot-editor-macos.zip
|
||||||
|
|
||||||
upload-to-s3:
|
upload-to-s3:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download godot-editor-windows artifact
|
- name: Download godot-editor-windows artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-windows.zip
|
name: godot-editor-windows.zip
|
||||||
|
|
||||||
- name: Download godot-editor-linux artifact
|
- name: Download godot-editor-linux artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-linux.zip
|
name: godot-editor-linux.zip
|
||||||
|
|
||||||
- name: Download godot-editor-macos artifact
|
- name: Download godot-editor-macos artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: godot-editor-macos.zip
|
name: godot-editor-macos.zip
|
||||||
|
|
||||||
- name: Unpack editors and templates
|
- name: Unpack editors and templates
|
||||||
run: |
|
run: |
|
||||||
ls -lah
|
ls -lah
|
||||||
|
|
||||||
- name: Upload artifacts to S3
|
- name: Upload artifacts to S3
|
||||||
shell: bash
|
shell: bash
|
||||||
if: env.AWS_ACCESS_KEY_ID != null
|
if: env.AWS_ACCESS_KEY_ID != null
|
||||||
run: |
|
run: |
|
||||||
aws s3 cp godot-editor-windows.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
aws s3 cp godot-editor-windows.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
||||||
aws s3 cp godot-editor-linux.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
aws s3 cp godot-editor-linux.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
||||||
aws s3 cp godot-editor-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
aws s3 cp godot-editor-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user