hashing driven enhancement for cache

pull/310/head
Frostebite 2022-01-01 03:07:39 +00:00
parent ede387eed3
commit ae98fc8fae
1 changed files with 6 additions and 3 deletions

View File

@ -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