mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-14 19:45:45 +00:00
test
This commit is contained in:
parent
78749399f2
commit
00de4d8466
1 changed files with 11 additions and 1 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
Loading…
Reference in a new issue