This commit is contained in:
idranme
2024-08-09 16:05:51 +08:00
parent 4e377f86d1
commit 44faedd6c0

View File

@@ -19,11 +19,10 @@ jobs:
- name: install dependenies
run: |
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
corepack enable
yarn install
npm install
- name: build
run: yarn build
run: npm run build
- name: zip
run: |