mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-09 07:16:35 +00:00
modified: .github/workflows/patch_v6.yml
modified: .github/workflows/patch_v7.yml
This commit is contained in:
4
.github/workflows/patch_v7.yml
vendored
4
.github/workflows/patch_v7.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user