mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 04:25:45 +00:00
test
This commit is contained in:
parent
78749399f2
commit
00de4d8466
1 changed files with 11 additions and 1 deletions
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
|
|
@ -37,3 +37,13 @@ jobs:
|
||||||
uses: ./.github/workflows/build-osx.yml
|
uses: ./.github/workflows/build-osx.yml
|
||||||
with:
|
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