diff --git a/.github/workflows/develop-deb.yml b/.github/workflows/develop-deb.yml index 6ca7ecbc..5e826ae7 100644 --- a/.github/workflows/develop-deb.yml +++ b/.github/workflows/develop-deb.yml @@ -30,12 +30,12 @@ jobs: cp app/public/config/config.example.js app/public/config/config.js touch server/config/config.yaml cd app - npm install - npm run build + yarn install + yarn build cd ../server cat <<< $(jq '.bundleDependencies += .dependencies' package.json) > package.json - npm install - npm pack + yarn install + yarn build VERSION=$(cat package.json | jq -r '.version') DATE=$(date) mkdir -p /home/runner/package