This commit is contained in:
bonjour 2026-04-08 16:16:19 +08:00
parent 78749399f2
commit 00de4d8466
No known key found for this signature in database

View file

@ -36,4 +36,14 @@ jobs:
contents: write
uses: ./.github/workflows/build-osx.yml
with:
release_tag: ${{ inputs.release_tag }}
release_tag: ${{ inputs.release_tag }}
windows-desktop:
name: build and release windows desktop
if: inputs.release_tag != ''
permissions:
contents: write
uses: ./.github/workflows/build-windows-desktop.yml
with:
release_tag: ${{ inputs.release_tag }}