diff --git a/.github/workflows/spine-godot.yml b/.github/workflows/spine-godot.yml index 6d21ada86..4d8752a9b 100644 --- a/.github/workflows/spine-godot.yml +++ b/.github/workflows/spine-godot.yml @@ -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/