From 802ebb673cead3f74afa09c003f3a93316063269 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 1 Jan 2022 05:09:28 +0000 Subject: [PATCH] Copy build artifact correctly to s3 --- .github/workflows/cloud-runner-aws-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-aws-pipeline.yml b/.github/workflows/cloud-runner-aws-pipeline.yml index 77da0c02..6d3f66b4 100644 --- a/.github/workflows/cloud-runner-aws-pipeline.yml +++ b/.github/workflows/cloud-runner-aws-pipeline.yml @@ -88,7 +88,7 @@ jobs: aws configure set region $AWS_DEFAULT_REGION --profile default aws s3 ls aws s3 ls game-ci-test-storage - aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage + aws s3 copy $BUILD_PATH/$BUILD_FILE s3://game-ci-test-storage/$BUILD_PATH/$BUILD_FILE secrets: - name: awsAccessKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}