modified: .github/workflows/main.yml

modified:   .github/workflows/patch_v6.yml
	modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif
2026-07-15 01:25:35 +08:00
parent 8955a366fb
commit 73c149696f
3 changed files with 11 additions and 11 deletions

View File

@@ -7,35 +7,35 @@ on:
jobs:
Patch_Stable:
uses: ./.github/workflows/build_v7.yml
uses: ./.github/workflows/patch_v7.yml
with:
channel: stable
release: true
secrets: inherit
Patch_LongTerm:
uses: ./.github/workflows/build_v7.yml
uses: ./.github/workflows/patch_v7.yml
with:
channel: long-term
release: true
secrets: inherit
Patch_Testing:
uses: ./.github/workflows/build_v7.yml
uses: ./.github/workflows/patch_v7.yml
with:
channel: testing
release: true
secrets: inherit
Patch_Stable_V6:
uses: ./.github/workflows/build_v6.yml
uses: ./.github/workflows/patch_v6.yml
with:
channel: stable
release: true
secrets: inherit
Patch_LongTerm_V6:
uses: ./.github/workflows/build_v6.yml
uses: ./.github/workflows/patch_v6.yml
with:
channel: long-term
release: true