Update build.yml
This commit is contained in:
parent
76bc9deb3d
commit
4ebea02042
|
@ -56,7 +56,7 @@ jobs:
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
apt install -y build-essential
|
apt install -y build-essential
|
||||||
apt install -y npm
|
apt install -y npm
|
||||||
npm ci
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
- name: Upload Linux ARM64 .deb Artifact
|
- name: Upload Linux ARM64 .deb Artifact
|
||||||
|
|
Loading…
Reference in New Issue