Browse Source
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
pull/110/head
elseif
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/mikrotik_patch_7.yml
|
|
@ -147,7 +147,7 @@ jobs: |
|
|
path: latest_version_${{ matrix.arch }}_${{ matrix.channel }}.json |
|
|
path: latest_version_${{ matrix.arch }}_${{ matrix.channel }}.json |
|
|
|
|
|
|
|
|
- name: Cache Squashfs |
|
|
- 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 |
|
|
id: cache-squashfs |
|
|
uses: actions/cache@v4 |
|
|
uses: actions/cache@v4 |
|
|
with: |
|
|
with: |
|
|
@ -157,7 +157,7 @@ jobs: |
|
|
key: busybox-python3-squashfs-${{ matrix.arch }} |
|
|
key: busybox-python3-squashfs-${{ matrix.arch }} |
|
|
|
|
|
|
|
|
- name: Create Squashfs for option and python3 |
|
|
- 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: | |
|
|
run: | |
|
|
sudo mkdir -p ./option-root/bin/ |
|
|
sudo mkdir -p ./option-root/bin/ |
|
|
if [ "${{ matrix.arch }}" == "x86" ]; then |
|
|
if [ "${{ matrix.arch }}" == "x86" ]; then |
|
|
|