Copy build artifact correctly to s3

pull/310/head
Frostebite 2022-01-01 05:49:15 +00:00
parent 802ebb673c
commit 8f6b9ae84b
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}