fix: failed to package app since core and uikit are not being built (#575)
This commit is contained in:
parent
2aae3bbab2
commit
b1bb288fae
24
.github/workflows/jan-electron-build.yml
vendored
24
.github/workflows/jan-electron-build.yml
vendored
@ -2,7 +2,7 @@ name: Jan Build Electron App
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ['v*.*.*']
|
||||
tags: ["v*.*.*"]
|
||||
|
||||
jobs:
|
||||
build-macos:
|
||||
@ -49,8 +49,16 @@ jobs:
|
||||
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
|
||||
p12-password: ${{ secrets.CODE_SIGN_P12_PASSWORD }}
|
||||
|
||||
|
||||
- name: Build uikit
|
||||
run: |
|
||||
cd uikit
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
- name: Install yarn dependencies
|
||||
run: |
|
||||
yarn build:core
|
||||
yarn install
|
||||
yarn build:plugins
|
||||
env:
|
||||
@ -100,9 +108,16 @@ jobs:
|
||||
env:
|
||||
VERSION_TAG: ${{ steps.tag.outputs.tag }}
|
||||
|
||||
- name: Build uikit
|
||||
run: |
|
||||
cd uikit
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
- name: Install yarn dependencies
|
||||
run: |
|
||||
yarn config set network-timeout 300000
|
||||
yarn build:core
|
||||
yarn install
|
||||
yarn build:plugins
|
||||
|
||||
@ -149,9 +164,16 @@ jobs:
|
||||
env:
|
||||
VERSION_TAG: ${{ steps.tag.outputs.tag }}
|
||||
|
||||
- name: Build uikit
|
||||
run: |
|
||||
cd uikit
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
- name: Install yarn dependencies
|
||||
run: |
|
||||
yarn config set network-timeout 300000
|
||||
yarn build:core
|
||||
yarn install
|
||||
yarn build:plugins
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user