Update develop-deb.yml

This commit is contained in:
Saša Davidović 2022-01-22 18:01:33 +01:00 committed by GitHub
parent aae9b4f776
commit 419e25591a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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