copy entire cache folder for aws builds

pull/310/head
Frostebite 2022-01-29 21:06:37 +00:00
parent ba6d307134
commit 2972271e57
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ jobs:
ls /data/cache/$BRANCH
echo "/data/cache/$BRANCH/build-$BUILD_GUID.zip s3://game-ci-test-storage/$BRANCH/$BUILD_FILE"
aws s3 cp /data/cache/$BRANCH/build-$BUILD_GUID.zip s3://game-ci-test-storage/$BRANCH/build-$BUILD_GUID.zip
aws s3 cp /data/cache/$BRANCH s3://game-ci-test-storage/$BRANCH/$BUILD_GUID
secrets:
- name: awsAccessKeyId
value: ${{ secrets.AWS_ACCESS_KEY_ID }}