Browse Source

Update Patch Mikrotik RouterOS 6.x arm.yml

Signed-off-by: xfshi <sxf5487@outlook.com>
pull/68/head
xfshi 1 year ago
committed by GitHub
parent
commit
0e496e5db1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/Patch Mikrotik RouterOS 6.x arm.yml

2
.github/workflows/Patch Mikrotik RouterOS 6.x arm.yml

@ -90,7 +90,7 @@ jobs:
echo $(uname -a)
if [ "${{ inputs.version }}" == "" ]; then
# LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }} | cut -d ' ' -f1)
LATEST_VERSION=6.49.17
LATEST_VERSION=6.48.6
else
LATEST_VERSION=${{ inputs.version }}
fi

Loading…
Cancel
Save