From 018f060462220c9a5dc14fcde12f5957523b1dd5 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 18 Jun 2025 18:52:44 +0800 Subject: [PATCH] Update self_hosted_patch.yml Signed-off-by: elseif --- .github/workflows/self_hosted_patch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self_hosted_patch.yml b/.github/workflows/self_hosted_patch.yml index 598b9c3..65ba39a 100644 --- a/.github/workflows/self_hosted_patch.yml +++ b/.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)