diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c20cb50..61f0ec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,4 +111,4 @@ jobs: --application-name ${{ secrets.CODE_DEPLOY_APP_NAME }} \ --deployment-config-name CodeDeployDefault.AllAtOnce \ --deployment-group-name ${{ secrets.CODE_DEPLOY_DEPLOYMENT_GROUP_NAME }} \ - --s3-location bucket=${{ secrets.S3_BUCKET_NAME }},key=$GITHUB_SHA.zip,bundleType=zip + --s3-location bucket=${{ secrets.S3_BUCKET_NAME }},key=${{ secrets.S3_BUCKET_NAME }}.zip,bundleType=zip