diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 029399ff..77da0c02 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -79,21 +79,18 @@ jobs: awsBaseStackName: game-ci-stack-integration-tests CloudRunnerBranch: remote-builder/unified-providers cloudRunnerTests: true - preBuildSteps: | + postBuildSteps: | - name: upload image: amazon/aws-cli commands: | aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID --profile default - echo "t1" aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY --profile default - echo "t3" aws configure set region $AWS_DEFAULT_REGION --profile default - echo "t2" aws s3 ls aws s3 ls game-ci-test-storage aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage secrets: - - name: awsAccesKeyId + - name: awsAccessKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }} - name: awsSecretAccessKey value: ${{ secrets.AWS_SECRET_ACCESS_KEY }}