Skip to content

Commit 11912fe

Browse files
committed
ci(publish): update artifact name in release process
1 parent 06aa9ff commit 11912fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Compress dist
3333
run: |
34-
34+
3535
sudo apt install zip -y
3636
cd ./dist/
3737
zip -r ../LLOneBot.zip ./*
@@ -171,6 +171,6 @@ jobs:
171171
artifacts: 'LLOneBot.zip, LLBot-Desktop-win-x64.zip, LLBot-CLI-linux-x64.zip, LLBot-CLI-linux-arm64.zip, LLBot-Docker.sh'
172172
draft: true
173173
token: ${{ secrets.RELEASE_TOKEN }}
174-
name: LLOneBot v${{ steps.get-version.outputs.VERSION }}
174+
name: LuckyLilliaBot v${{ steps.get-version.outputs.VERSION }}
175175
body: |
176176
${{ steps.changelog.outputs.BODY }}

0 commit comments

Comments
 (0)