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