Skip to content

Commit

Permalink
update build functions directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 11, 2023
1 parent 25dea40 commit a5ed5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: quasar build -m spa
- run: quasar build -m ssr
- run: cp -a dist/ssr functions/ssr
- run: cp -a functions dist/spa/functions
- run: cp -a functions dist/spa
- name: upload
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a5ed5a1

Please sign in to comment.