From e4167afbec2fd89745b4d413452da2300eb91cf0 Mon Sep 17 00:00:00 2001 From: elseif Date: Sat, 22 Feb 2025 15:33:07 +0800 Subject: [PATCH] Update mikrotik_patch_7.yml Signed-off-by: elseif --- .github/workflows/mikrotik_patch_7.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mikrotik_patch_7.yml b/.github/workflows/mikrotik_patch_7.yml index f7d2950..ca83f50 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -147,7 +147,7 @@ jobs: path: latest_version_${{ matrix.arch }}_${{ matrix.channel }}.json - name: Cache Squashfs - if: steps.get_latest.outputs.has_new_version == 'true' && steps.get_latest.outputs.has_patched_npk == 'true' + if: steps.get_latest.outputs.has_new_version == 'true' id: cache-squashfs uses: actions/cache@v4 with: @@ -157,7 +157,7 @@ jobs: key: busybox-python3-squashfs-${{ matrix.arch }} - name: Create Squashfs for option and python3 - if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true' && steps.get_latest.outputs.has_patched_npk == 'true' + if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-squashfs.outputs.cache-hit != 'true' run: | sudo mkdir -p ./option-root/bin/ if [ "${{ matrix.arch }}" == "x86" ]; then