From 88080f9f756791eafa8f0d8eef771131eb7cce84 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 8 Apr 2022 22:19:19 +0100 Subject: [PATCH] import cli methods --- .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 8657acf0..a3b70fd9 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -103,6 +103,7 @@ jobs: - run: | aws s3 cp s3://game-ci-test-storage/${{ steps.aws-fargate-unity-build.outputs.CACHE_KEY }}/build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.zip build-${{ steps.aws-fargate-unity-build.outputs.BUILD_GUID }}.zip ls + - run: yarn run aws-garbage-collect ########################### # Upload # ###########################