Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuNatsu committed Aug 23, 2023
1 parent 38f340a commit d893e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
rm -rf server
mkdir server
cp backend/dist/server.min.cjs server/server.min.cjs
cp backend/dist/server.min.mjs server/server.min.mjs
cp backend/package.json server/package.json
cp -r frontend/dist/ server/www/
- name: Create artifact
Expand Down

0 comments on commit d893e79

Please sign in to comment.