diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index ba2239c9..1f47d500 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -82,13 +82,13 @@ jobs: preBuildSteps: | - name: upload image: amazon/aws-cli - commands: ' | + commands: | aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY aws configure set region $AWS_DEFAULT_REGION aws s3 ls aws s3 ls game-ci-test-storage - aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage' + aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage secrets: - name: awsAccesKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}