We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11e534 commit 0e9da86Copy full SHA for 0e9da86
1 file changed
.github/workflows/deploy-app.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Package Lambda function
41
run: |
42
- cd src/handler
+ cd src
43
zip -r deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
44
45
- name: Get artifacts bucket name
0 commit comments