mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-05 06:44:56 +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
|
||||
path: spine-godot/godot/bin/godot-editor-macos.zip
|
||||
|
||||
upload-to-s3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download godot-editor-windows artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-windows.zip
|
||||
upload-to-s3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download godot-editor-windows artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-windows.zip
|
||||
|
||||
- name: Download godot-editor-linux artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-linux.zip
|
||||
- name: Download godot-editor-linux artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-linux.zip
|
||||
|
||||
- name: Download godot-editor-macos artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-macos.zip
|
||||
- name: Download godot-editor-macos artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: godot-editor-macos.zip
|
||||
|
||||
- name: Unpack editors and templates
|
||||
run: |
|
||||
ls -lah
|
||||
- name: Unpack editors and templates
|
||||
run: |
|
||||
ls -lah
|
||||
|
||||
- name: Upload artifacts to S3
|
||||
shell: bash
|
||||
if: env.AWS_ACCESS_KEY_ID != null
|
||||
run: |
|
||||
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-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
||||
- name: Upload artifacts to S3
|
||||
shell: bash
|
||||
if: env.AWS_ACCESS_KEY_ID != null
|
||||
run: |
|
||||
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-macos.zip s3://spine-godot/spine-godot/3.4.4-stable/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user