From 452cf3133f8149a50ed4ebe9b929c5e488d8471d Mon Sep 17 00:00:00 2001 From: elseif Date: Thu, 3 Sep 2026 15:27:09 +0800 Subject: [PATCH] modified: .github/workflows/main.yml modified: .github/workflows/patch_v7.yml --- .github/workflows/main.yml | 12 +++++++++++- .github/workflows/patch_v7.yml | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da7a4aa..d11e68a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,17 @@ jobs: channel: long-term release: true secrets: inherit - + + Patch_Development_V7: + if: | + (github.event_name == 'schedule') || + (github.event_name == 'workflow_dispatch' && (github.event.inputs.version == 'all' || github.event.inputs.version == 'v7')) + uses: ./.github/workflows/patch_v7.yml + with: + channel: development + release: true + secrets: inherit + Patch_Stable_V6: if: | (github.event_name == 'schedule') || diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index 82cc423..7ee27ff 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -3,13 +3,14 @@ on: workflow_dispatch: inputs: channel: - description: 'Channel (stable, long-term)' + description: 'Channel (stable, long-term, development)' required: true default: 'stable' type: choice options: - stable - long-term + - development arch: description: 'Architecture (x86, arm64)' required: true @@ -1018,6 +1019,7 @@ jobs: body_path: ${{env.BUILD_DIR}}/RELEASE_BODY.md tag_name: ${{ env.VERSION }}${{ env.ARCH_EXT }} make_latest: ${{ env.CHANNEL == 'stable' && matrix.arch == 'x86'}} + prerelease: ${{ env.CHANNEL == 'development' || env.CHANNEL == 'testing'}} files: | ${{env.PUBLISH_DIR}}/*.zip ${{env.PUBLISH_DIR}}/*.zip.sha256