modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif 2026-07-15 10:48:02 +08:00
parent 2750b4502c
commit 2b6ed9e615
2 changed files with 5 additions and 6 deletions

View File

@ -243,7 +243,7 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso 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 - name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true' if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'

View File

@ -266,7 +266,7 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: ${{ env.BUILD_DIR }}/mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso 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 - name: Get mikrotik-${{ env.VERSION }}${{ env.ARCH_EXT }}.iso
if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true' if: steps.cache-mikrotik-iso.outputs.cache-hit != 'true'
@ -332,7 +332,7 @@ jobs:
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: ${{ env.BUILD_DIR }}/netinstall-${{ env.VERSION }}.zip path: ${{ env.BUILD_DIR }}/netinstall-${{ env.VERSION }}.zip
key: netinstall-${{ env.VERSION }} key: netinstall-${{ env.VERSION }}.zip
- name: Get netinstall ${{ env.VERSION }} - name: Get netinstall ${{ env.VERSION }}
if: | if: |
@ -354,9 +354,8 @@ jobs:
id: cache-refind id: cache-refind
uses: actions/cache@v5 uses: actions/cache@v5
with: with:
path: refind-bin-0.14.2.zip path: ${{ env.BUILD_DIR }}/refind-bin-0.14.2.zip
key: refind key: refind-bin-0.14.2.zip
restore-keys: refind
- name: Get refind - name: Get refind
if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true' if: matrix.arch == 'x86' && steps.cache-refind.outputs.cache-hit != 'true'