Unverified Commit 6d617cc4 authored by NGPixel's avatar NGPixel

ci: fix build workflow

parent d5017e4c
...@@ -74,10 +74,10 @@ jobs: ...@@ -74,10 +74,10 @@ jobs:
- name: Prepare build archive - name: Prepare build archive
run: | run: |
mkdir -p _dist mkdir -p _dist
cp ./assets _dist/assets cp -R assets _dist/assets
cp ./server _dist/server cp -R server _dist/server
cp ./LICENSE _dist/LICENSE cp LICENSE _dist/LICENSE
cp ./config.sample.yml _dist/config.sample.yml cp config.sample.yml _dist/config.sample.yml
cd server cd server
npm ci --omit=dev --audit=false --fund=false npm ci --omit=dev --audit=false --fund=false
cd .. 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