mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2026-03-06 15:50:35 +01:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
aeaf99729f
commit
e4167afbec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/mikrotik_patch_7.yml
vendored
4
.github/workflows/mikrotik_patch_7.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue