feat: 修改打包命令

This commit is contained in:
digua
2025-12-08 01:00:34 +08:00
parent 3ef1422337
commit 760f68915d
2 changed files with 7 additions and 4 deletions

View File

@@ -137,9 +137,12 @@ jobs:
with:
tag_name: ${{ github.event_name == 'workflow_dispatch' && format('v{0}', inputs.version) || github.ref_name }}
name: ChatLab ${{ github.event_name == 'workflow_dispatch' && inputs.version || github.ref_name }}
draft: true
repository: hellodigua/ChatLab
target_commitish: main
token: ${{ secrets.GH_TOKEN }}
files: dist/*
files: |
dist/*.exe
dist/*.dmg
dist/*.zip
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}