From 3c717d9d3133dc8362755e997d8d42ff99ac665f Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 1 Jan 2022 00:35:00 +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 5815e660..3e5836d7 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 && aws s3 ls game-ci-test-storage && aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage' + commands: 'aws configure && aws s3 ls && aws s3 ls game-ci-test-storage && aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage' secrets: - name: awsAccesKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}