Skip to content

Commit

Permalink
ci: zip -r
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 17, 2024
1 parent 4679d11 commit ea9c593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-email-function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: bun-packages/packages/email-function/dist

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

- name: Deploy
Expand Down

0 comments on commit ea9c593

Please sign in to comment.