Copy build artifact correctly to s3

pull/310/head
Frostebite 2022-01-01 05:09:28 +00:00
parent 67bb9e425e
commit 802ebb673c
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 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 }}