From 7960b597984ef8d0e6d0038f3e72d85b3ca6c59f Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 1 Jan 2022 03:41:26 +0000 Subject: [PATCH] fix --- .github/workflows/cloud-runner-aws-pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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 }}