get output from local-docker
parent
832bdbbd8b
commit
9e5ebff23a
|
|
@ -113,12 +113,15 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
aws s3 cp s3://game-ci-test-storage/${{ steps.aws-fargate-unity-build.outputs.CACHE_KEY }}/build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4 build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4
|
aws s3 cp s3://game-ci-test-storage/${{ steps.aws-fargate-unity-build.outputs.CACHE_KEY }}/build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4 build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4
|
||||||
ls
|
ls
|
||||||
|
if: ${{ matrix.cloudRunnerCluster != 'k8s' }}
|
||||||
- run: yarn run cli -m aws-list-all
|
- run: yarn run cli -m aws-list-all
|
||||||
|
if: ${{ matrix.cloudRunnerCluster == 'aws' }}
|
||||||
###########################
|
###########################
|
||||||
# Upload #
|
# Upload #
|
||||||
###########################
|
###########################
|
||||||
# download from cloud storage
|
# download from cloud storage
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
|
if: ${{ matrix.cloudRunnerCluster != 'k8s' }}
|
||||||
with:
|
with:
|
||||||
name: AWS Build (${{ matrix.targetPlatform }})
|
name: AWS Build (${{ matrix.targetPlatform }})
|
||||||
path: build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4
|
path: build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar.lz4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue