modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif
2026-09-05 21:50:56 +08:00
parent 68d4eb8b7c
commit 8f6f95221e
2 changed files with 74 additions and 5 deletions

View File

@@ -930,8 +930,8 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
body_path: ${{env.BUILD_DIR}}/RELEASE_BODY.md
tag_name: ${{ env.VERSION }}${{ env.ARCH_EXT }}
make_latest: ${{ contains(env.CHANNELS, 'stable') && matrix.arch == 'x86' }}
prerelease: ${{ contains(env.CHANNELS,'development') || contains(env.CHANNELS,'testing') }}
make_latest: ${{ contains(fromJSON(env.CHANNELS), 'stable') && env.ARCH == 'x86' }}
prerelease: ${{ !contains(fromJSON(env.CHANNELS), 'stable') && !contains(fromJSON(env.CHANNELS), 'long-term') }}
files: |
${{env.PUBLISH_DIR}}/*.zip
${{env.PUBLISH_DIR}}/*.zip.sha256