Browse Source
Update Patch Mikrotik RouterOS 7.x arm64.yaml
Signed-off-by: xfshi <sxf5487@outlook.com>
pull/68/head
xfshi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml
|
|
|
@ -158,8 +158,8 @@ jobs: |
|
|
|
- name: Create Release tag ${{ env.LATEST_VERSION }} |
|
|
|
uses: softprops/action-gh-release@v2 |
|
|
|
with: |
|
|
|
name: "MikroTik ${{ env.LATEST_VERSION }}" |
|
|
|
body: "MikroTik ${{ env.LATEST_VERSION }}" |
|
|
|
name: "MikroTik ${{ env.LATEST_VERSION }} ARM64" |
|
|
|
body: "MikroTik ${{ env.LATEST_VERSION }} ARM64" |
|
|
|
tag_name: ${{ env.LATEST_VERSION }} |
|
|
|
make_latest: ${{ matrix.channel == 'stable' }} |
|
|
|
prerelease: ${{ matrix.channel == 'testing' }} |
|
|
|
|