Skip to content

Commit 1c13ec5

Browse files
committed
test
1 parent 3b4646c commit 1c13ec5

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
@@ -40,7 +40,7 @@ jobs:
4040
- name: Package Lambda function
4141
run: |
4242
cd src/handler
43-
zip -r ../../deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
43+
zip -r ../../deployment.zip .
4444
4545
- name: Get artifacts bucket name
4646
id: bucket

0 commit comments

Comments
 (0)