mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
Update publish.yml
This commit is contained in:
parent
e1ff366e10
commit
9e57b2c17e
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -19,15 +19,14 @@ jobs:
|
||||
- name: install dependenies
|
||||
run: |
|
||||
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
|
||||
npm install
|
||||
yarn install
|
||||
|
||||
- name: build
|
||||
run: npm run build
|
||||
run: yarn build
|
||||
|
||||
- name: zip
|
||||
run: |
|
||||
sudo apt install zip -y
|
||||
cp manifest.json ./dist/manifest.json
|
||||
cd ./dist/
|
||||
zip -r ../LLOneBot.zip ./*
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user