Skip to content

Commit

Permalink
move index to functions dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-sg committed Aug 15, 2023
1 parent 9b047aa commit e6bcc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- run: yarn install
- run: quasar build -m ssr -d
- run: echo $(ls -l)
- run: mkdir dist/ssr/functions
- run: cp -a dist/ssr/index.js dist/ssr/functions
# - run: ls -l dist/ssr
- name: upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e6bcc27

Please sign in to comment.