修复editor再ci上版本冲突问题

This commit is contained in:
YHH
2025-10-16 22:54:58 +08:00
parent 241acc9050
commit deccb6bf84
2 changed files with 3 additions and 3 deletions

View File

@@ -93,8 +93,8 @@ jobs:
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
with:
projectPath: packages/editor-app
tagName: ${{ github.event.inputs.version || github.ref_name }}
releaseName: 'ECS Editor ${{ github.event.inputs.version || github.ref_name }}'
tagName: ${{ github.event_name == 'workflow_dispatch' && format('editor-v{0}', github.event.inputs.version) || github.ref_name }}
releaseName: 'ECS Editor v${{ github.event.inputs.version || github.ref_name }}'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: false
prerelease: false