We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71aaff commit 4e37199Copy full SHA for 4e37199
1 file changed
.github/workflows/deploy-app.yml
@@ -71,7 +71,7 @@ jobs:
71
aws lambda update-function-code \
72
--function-name ${FUNCTION_NAME} \
73
--s3-bucket ${{ steps.bucket.outputs.name }} \
74
- --s3-key lambda/deployment.zip \
+ --s3-key deployment.zip \
75
--publish
76
77
echo "Waiting for function update to complete..."
0 commit comments