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
parent
commit
f8063609f9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml

4
.github/workflows/Patch Mikrotik RouterOS 7.x arm64.yaml

@ -158,8 +158,8 @@ jobs:
- name: Create Release tag ${{ env.LATEST_VERSION }} - name: Create Release tag ${{ env.LATEST_VERSION }}
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2
with: with:
name: "MikroTik ${{ env.LATEST_VERSION }} ARM64"
body: "MikroTik ${{ env.LATEST_VERSION }} ARM64"
name: "MikroTik ${{ env.LATEST_VERSION }}"
body: "MikroTik ${{ env.LATEST_VERSION }}"
tag_name: ${{ env.LATEST_VERSION }} tag_name: ${{ env.LATEST_VERSION }}
make_latest: ${{ matrix.channel == 'stable' }} make_latest: ${{ matrix.channel == 'stable' }}
prerelease: ${{ matrix.channel == 'testing' }} prerelease: ${{ matrix.channel == 'testing' }}

Loading…
Cancel
Save