Browse Source

Update self_hosted_patch.yml

Signed-off-by: elseif <elseif@live.cn>
pull/118/head
elseif 9 months ago
committed by GitHub
parent
commit
018f060462
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/self_hosted_patch.yml

1
.github/workflows/self_hosted_patch.yml

@ -88,6 +88,7 @@ jobs:
id: get_latest
run: |
echo $(uname -a)
echo $(pwd)
LATEST_VERSION=${{ github.event.inputs.version }}
if [ -z "$_LATEST_VERSION" ]; then
LATEST_VERSION=$(wget -nv -O - https://${{ env.MIKRO_UPGRADE_URL }}/routeros/NEWESTa7.${{ matrix.channel }} | cut -d ' ' -f1)

Loading…
Cancel
Save