Skip to content

Commit

Permalink
ci: correctly create zip #2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 17, 2024
1 parent 94a4ee4 commit 97a12b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
path: bun-packages/packages/email-function/dist

- name: Prepare ZIP
run: zip --recurse-paths dist.zip dist
working-directory: bun-packages/packages/email-function/
run: zip ../dist.up .
working-directory: bun-packages/packages/email-function/dist/

- name: Deploy
run: aws lambda update-function-code --function-name email-function --zip-file fileb://dist.zip
Expand Down

0 comments on commit 97a12b3

Please sign in to comment.