mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-08-31 04:25:48 +00:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
2
.github/workflows/mikrotik_patch.yml
vendored
2
.github/workflows/mikrotik_patch.yml
vendored
@@ -408,7 +408,7 @@ jobs:
|
||||
name: "RouterOS ${{ env.LATEST_VERSION }} ${{ matrix.arch }}"
|
||||
body_path: "CHANGELOG"
|
||||
tag_name: ${{ env.LATEST_VERSION }}${{ env.ARCH }}
|
||||
make_latest: ${{ matrix.channel == 'stable'}}
|
||||
make_latest: ${{ matrix.channel == 'stable'}} && ${{ matrix.arch == 'x86_64'}}
|
||||
prerelease: ${{ matrix.channel == 'testing' }}
|
||||
files: |
|
||||
mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}.iso
|
||||
|
||||
Reference in New Issue
Block a user