Merge pull request #324 from LLOneBot/dev

fix ci
This commit is contained in:
idranme 2024-08-09 16:06:44 +08:00 committed by GitHub
commit 22dcbac16f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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