new file: .github/workflows/build_v6.yml

modified:   .github/workflows/main.yml
	modified:   .gitignore
This commit is contained in:
elseif
2026-07-14 18:19:22 +08:00
parent c8ca24f00f
commit b7ef8c8304
3 changed files with 575 additions and 1 deletions

View File

@@ -25,4 +25,18 @@ jobs:
with:
channel: testing
release: true
secrets: inherit
secrets: inherit
Build_Stable_V6:
uses: ./.github/workflows/build_v6.yml
with:
channel: stable
release: true
secrets: inherit
Build_LongTerm_V6:
uses: ./.github/workflows/build_v6.yml
with:
channel: long-term
release: true
secrets: inherit