From 00937a75df029327d592a209f1b15ee0e3848f6c Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 1 Jan 2022 03:09:36 +0000 Subject: [PATCH] hashing driven enhancement for cache --- .github/workflows/cloud-runner-aws-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 239c89f1..029399ff 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -83,11 +83,11 @@ jobs: - name: upload image: amazon/aws-cli commands: | - aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID --profile main + 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 main + aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY --profile default echo "t3" - aws configure set region $AWS_DEFAULT_REGION --profile main + aws configure set region $AWS_DEFAULT_REGION --profile default echo "t2" aws s3 ls aws s3 ls game-ci-test-storage