Skip to content

Commit 0e9da86

Browse files
committed
test
1 parent d11e534 commit 0e9da86

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Package Lambda function
4141
run: |
42-
cd src/handler
42+
cd src
4343
zip -r deployment.zip . -x "*.git*" -x "node_modules/aws-sdk/*"
4444
4545
- name: Get artifacts bucket name

0 commit comments

Comments
 (0)