From 2b6ed9e61532f44a81db0b9ad8d951e820a6dda7 Mon Sep 17 00:00:00 2001 From: elseif Date: Wed, 15 Jul 2026 10:48:02 +0800 Subject: [PATCH] modified: .github/workflows/patch_v6.yml modified: .github/workflows/patch_v7.yml --- .github/workflows/patch_v6.yml | 2 +- .github/workflows/patch_v7.yml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/patch_v6.yml b/.github/workflows/patch_v6.yml index 20d7528..5f4eeab 100644 --- a/.github/workflows/patch_v6.yml +++ b/.github/workflows/patch_v6.yml @@ -243,7 +243,7 @@ jobs: uses: actions/cache@v5 with: path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso - key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }} + key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso - name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true' diff --git a/.github/workflows/patch_v7.yml b/.github/workflows/patch_v7.yml index a4c1f4e..4d08cab 100644 --- a/.github/workflows/patch_v7.yml +++ b/.github/workflows/patch_v7.yml @@ -266,7 +266,7 @@ jobs: uses: actions/cache@v5 with: path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso - key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }} + key: mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso - name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true' @@ -332,7 +332,7 @@ jobs: uses: actions/cache@v5 with: path: ${{ env.BUILD_DIR }}/netinstall-${{ env.VERSION }}.zip - key: netinstall-${{ env.VERSION }} + key: netinstall-${{ env.VERSION }}.zip - name: Get netinstall ${{ env.VERSION }} if: | @@ -354,9 +354,8 @@ jobs: id: cache-refind uses: actions/cache@v5 with: - path: refind-bin-0.14.2.zip - key: refind - restore-keys: refind + path: ${{ env.BUILD_DIR }}/refind-bin-0.14.2.zip + key: refind-bin-0.14.2.zip - name: Get refind if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'