Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed May 17, 2024
1 parent 97a12b3 commit 4679d11
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.up .
run: zip ../dist.zip .
working-directory: bun-packages/packages/email-function/dist/

- name: Deploy
Expand Down

0 comments on commit 4679d11

Please sign in to comment.