Skip to content

Commit a3131d0

Browse files
Update deploy.yml
1 parent f6a273e commit a3131d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Manually Create Deployment ZIP
6262
run: |
6363
zip -r my_lambda.zip dist/*
64-
mkdir -p .build && mv my_lambda.zip .build/
64+
mv my_lambda.zip .build/
6565
6666
- name: Deploy with Serverless
6767
env:

0 commit comments

Comments
 (0)