From 028cc0d6d6cd78fdf99c4fc1b757d64c766d5cf7 Mon Sep 17 00:00:00 2001 From: xfshi Date: Fri, 18 Oct 2024 10:54:28 +0800 Subject: [PATCH] Update Patch Mikrotik RouterOS 7.x arm64.yaml Signed-off-by: xfshi --- .github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml b/.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml index 8ec1d23..654fc37 100644 --- a/.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml +++ b/.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' }}