From 2972271e577a62277b675f413b88116eb2481cea Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 29 Jan 2022 21:06:37 +0000 Subject: [PATCH] copy entire cache folder for aws builds --- .github/workflows/cloud-runner-aws-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index c3653aae..a59a90d7 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -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 }}