modified: .github/workflows/mikrotik_patch.yml

This commit is contained in:
zyb 2024-06-24 10:11:45 +08:00
parent bdde0235e7
commit d6fe5bf842

View File

@ -82,7 +82,7 @@ jobs:
- name: Get latest routeros version
run: |
echo $(uname -a)
LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }}.${{ matrix.channel }} | cut -d ' ' -f1)
LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.newest }}.${{ matrix.channel }} | cut -d ' ' -f1)
echo Latest Version:$LATEST_VERSION
echo "LATEST_VERSION=${LATEST_VERSION}" >> $GITHUB_ENV