pull/310/head
Frostebite 2021-12-31 22:42:47 +00:00
parent 71efd49e3c
commit 044a20aefc
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
postBuildSteps: |
- name: upload
image: amazon/aws-cli
commands: 'aws s3 ls && aws s3 ls game-ci-test-storage && aws s3 copy $BUILD_FILE game-ci-test-storage'
commands: 'aws s3 ls && aws s3 ls game-ci-test-storage && aws s3 copy $BUILD_PATH/$BUILD_FILE game-ci-test-storage'
secrets:
- name: awsAccesKeyId
value: ${{ secrets.AWS_ACCESS_KEY_ID }}