Skip to content

Commit 0aaf0df

Browse files
committed
ci(publish): fix win CLI version
1 parent 83b0c98 commit 0aaf0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
if: startsWith(github.ref, 'refs/tags/')
172172
uses: ncipollo/release-action@v1
173173
with:
174-
artifacts: 'LLOneBot.zip, LLBot-Desktop-win-x64.zip, LLBot-CLI-linux-x64.zip, LLBot-CLI-linux-arm64.zip, LLBot-Docker.sh'
174+
artifacts: 'LLOneBot.zip, LLBot-Desktop-win-x64.zip, LLBot-CLI-win-x64.zip, LLBot-CLI-linux-x64.zip, LLBot-CLI-linux-arm64.zip, LLBot-Docker.sh'
175175
draft: true
176176
token: ${{ secrets.RELEASE_TOKEN }}
177177
name: LuckyLilliaBot v${{ steps.get-version.outputs.VERSION }}

script/npm-publish-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rm package
1+
rm -rf package
22
mv dist package
33
tar -czf llonebot-dist.tgz package/*
44
npm publish llonebot-dist.tgz

0 commit comments

Comments
 (0)