From 71efd49e3cc29d01b790ab0ed2d7fef96c1f18c1 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 31 Dec 2021 22:39:51 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index be2550e7..70dfce6b 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -82,7 +82,7 @@ jobs: postBuildSteps: | - name: upload image: amazon/aws-cli - commands: 'aws s3 ls' + commands: 'aws s3 ls && aws s3 ls game-ci-test-storage && aws s3 copy $BUILD_FILE game-ci-test-storage' secrets: - name: awsAccesKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}