Update cloud-runner-pipeline.yml

pull/419/head
Frostebite 2022-05-19 01:58:33 +01:00 committed by GitHub
parent 8bd51be73f
commit a4c0e7626d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ 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 build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar 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 build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.tar
ls ls
- run: yarn run cli -m aws-garbage-collect - run: yarn run cli -m aws-list-all
########################### ###########################
# Upload # # Upload #
########################### ###########################