From 567819bec4a5212938de37d0fbc7e8ad677ba1c1 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 27 Aug 2025 17:19:41 +0800 Subject: [PATCH] Update mikrotik_patch_7.yml Signed-off-by: elseif --- .github/workflows/mikrotik_patch_7.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/mikrotik_patch_7.yml b/.github/workflows/mikrotik_patch_7.yml index 780931e..ef79ebc 100644 --- a/.github/workflows/mikrotik_patch_7.yml +++ b/.github/workflows/mikrotik_patch_7.yml @@ -168,6 +168,7 @@ jobs: python3.sfs option.sfs key: busybox-python3-squashfs-${{ matrix.arch }} + restore-keys: 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' @@ -221,6 +222,7 @@ jobs: path: | mikrotik.iso key: mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }} + restore-keys: mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }} - name: Get mikrotik-${{ env.LATEST_VERSION }}${{ env.ARCH }}.iso if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-mikrotik.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64') @@ -311,6 +313,7 @@ jobs: path: | chr.img key: chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img + restore-keys: chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img - name: Get chr-${{ env.LATEST_VERSION }}${{ env.ARCH }}.img if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-chr-img.outputs.cache-hit != 'true' && (matrix.arch == 'x86' || matrix.arch == 'arm64') @@ -565,6 +568,7 @@ jobs: with: path: all_packages.zip key: all_packages${{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip + restore-keys: all_packages${{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip - name: Get all_packages{{ env.ARCH }}-${{ env.LATEST_VERSION }}.zip if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-all-packages.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64' @@ -578,6 +582,7 @@ jobs: with: path: routeros.npk key: routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk + restore-keys: routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk - name: Get Main package routeros-${{ env.LATEST_VERSION }}${{ env.ARCH }}.npk if: steps.get_latest.outputs.has_new_version == 'true' && steps.cache-main-package.outputs.cache-hit != 'true' && matrix.arch != 'x86' && matrix.arch != 'arm64' @@ -608,6 +613,7 @@ jobs: with: path: refind-bin-0.14.2.zip key: refind + restore-keys: refind - name: Get refind if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true' && env.RELEASE == 'true' @@ -661,6 +667,7 @@ jobs: netinstall.zip netinstall.tar.gz key: netinstall-${{ env.LATEST_VERSION }} + restore-keys: netinstall-${{ env.LATEST_VERSION }} - name: Get netinstall ${{ env.LATEST_VERSION }} if: steps.get_latest.outputs.has_new_version == 'true' && matrix.arch == 'x86' && steps.cache-netinstall.outputs.cache-hit != 'true' && env.RELEASE == 'true'