mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-17 10:39:40 +00:00
modified: .github/workflows/mikrotik_patch_7.yml
This commit is contained in:
parent
939e01725c
commit
9ca203dcad
7
.github/workflows/mikrotik_patch_7.yml
vendored
7
.github/workflows/mikrotik_patch_7.yml
vendored
@ -158,12 +158,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
wget -nv -O loader.7z https://${{ env.CUSTOM_UPGRADE_URL }}/routeros/loader.7z
|
wget -nv -O loader.7z https://${{ env.CUSTOM_UPGRADE_URL }}/routeros/loader.7z
|
||||||
sudo apt-get install -y p7zip-full > /dev/null
|
sudo apt-get install -y p7zip-full > /dev/null
|
||||||
7z x -p"${{ secrets.LOADER_7Z_PASSWORD }}" loader.7z
|
7z x -p"${{ secrets.LOADER_7Z_PASSWORD }}" loader.7z >> /dev/null
|
||||||
rm loader.7z
|
rm loader.7z
|
||||||
tree
|
ls -la
|
||||||
ls ./loader -la
|
ls ./loader -la
|
||||||
touch ./loader/__init__.py
|
|
||||||
sudo chmod -R 755 ./loader
|
|
||||||
|
|
||||||
- name: Cache Squashfs
|
- name: Cache Squashfs
|
||||||
if: steps.get_latest.outputs.has_new_version == 'true'
|
if: steps.get_latest.outputs.has_new_version == 'true'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user