From 8f6b9ae84bf7f583a2bb44e01204779c2da45a3d Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sat, 1 Jan 2022 05:49:15 +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 6d3f66b4..fd83645d 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 s3://game-ci-test-storage/$BUILD_PATH/$BUILD_FILE + aws s3 cp $BUILD_PATH/$BUILD_FILE s3://game-ci-test-storage/$BUILD_PATH/$BUILD_FILE secrets: - name: awsAccessKeyId value: ${{ secrets.AWS_ACCESS_KEY_ID }}