Unverified Commit d5017e4c authored by NGPixel's avatar NGPixel

ci: fix build workflow

parent 8727b1c8
...@@ -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 ./assets _dist/assets
cp server _dist/server cp ./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