mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-10 09:37:10 +01:00
modified: .github/workflows/mikrotik_patch.yml
This commit is contained in:
parent
553e42c7ed
commit
d9ad8d80c9
1 changed files with 1 additions and 1 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue