Unverified Commit d5017e4c authored by NGPixel's avatar NGPixel

ci: fix build workflow

parent 8727b1c8
......@@ -74,10 +74,10 @@ jobs:
- name: Prepare build archive
run: |
mkdir -p _dist
cp assets _dist/assets
cp server _dist/server
cp LICENSE _dist/LICENSE
cp config.sample.yml _dist/config.sample.yml
cp ./assets _dist/assets
cp ./server _dist/server
cp ./LICENSE _dist/LICENSE
cp ./config.sample.yml _dist/config.sample.yml
cd server
npm ci --omit=dev --audit=false --fund=false
cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment