Skip to content

Commit 4e37199

Browse files
committed
test
1 parent e71aaff commit 4e37199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
aws lambda update-function-code \
7272
--function-name ${FUNCTION_NAME} \
7373
--s3-bucket ${{ steps.bucket.outputs.name }} \
74-
--s3-key lambda/deployment.zip \
74+
--s3-key deployment.zip \
7575
--publish
7676
7777
echo "Waiting for function update to complete..."

0 commit comments

Comments
 (0)