We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a273e commit a3131d0Copy full SHA for a3131d0
.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Manually Create Deployment ZIP
62
run: |
63
zip -r my_lambda.zip dist/*
64
- mkdir -p .build && mv my_lambda.zip .build/
+ mv my_lambda.zip .build/
65
66
- name: Deploy with Serverless
67
env:
0 commit comments