mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: GitHub zip action
This commit is contained in:
parent
03d4a68c33
commit
6b2a45e087
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
@ -26,7 +26,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt install zip -y
|
sudo apt install zip -y
|
||||||
cp manifest.json ./dist/manifest.json
|
cp manifest.json ./dist/manifest.json
|
||||||
zip LLOneBot.zip ./dist/* -j
|
cd ./dist/
|
||||||
|
zip -r LLOneBot.zip ./*
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user