chore: GitHub zip action

This commit is contained in:
linyuchen
2024-02-21 06:06:08 +08:00
parent 6b2a45e087
commit 5ef221608c

View File

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