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:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
sudo apt install zip -y
|
sudo apt install zip -y
|
||||||
cp manifest.json ./dist/manifest.json
|
cp manifest.json ./dist/manifest.json
|
||||||
cd ./dist/
|
cd ./dist/
|
||||||
zip -r LLOneBot.zip ./*
|
zip -r ../LLOneBot.zip ./*
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
Reference in New Issue
Block a user