We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7851c commit c4663c3Copy full SHA for c4663c3
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
aws configure set region ${{ secrets.AWS_REGION }}
41
42
43
- - - name: Upload Deployment Package to S3
+ - name: Upload Deployment Package to S3
44
run: |
45
aws s3 cp deploy.zip s3://${{ secrets.AWS_S3_BUCKET }}/deploy.zip
46
0 commit comments