Update mikrotik_patch_7.yml

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-10-09 11:25:48 +08:00 committed by GitHub
parent d5eea3df4b
commit 410c19d2ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -680,9 +680,9 @@ jobs:
sudo unzip netinstall.zip sudo unzip netinstall.zip
sudo -E python3 patch.py netinstall netinstall.exe sudo -E python3 patch.py netinstall netinstall.exe
sudo zip netinstall-$LATEST_VERSION.zip ./netinstall.exe sudo zip netinstall-$LATEST_VERSION.zip ./netinstall.exe
sudo tar -xvf netinstall.tar.gz # sudo tar -xvf netinstall.tar.gz
sudo -E python3 patch.py netinstall netinstall-cli # sudo -E python3 patch.py netinstall netinstall-cli
sudo tar -czvf netinstall-$LATEST_VERSION.tar.gz ./netinstall-cli # sudo tar -czvf netinstall-$LATEST_VERSION.tar.gz ./netinstall-cli
- name: Prepare for Upload - name: Prepare for Upload
if: steps.get_latest.outputs.has_new_version == 'true' && env.RELEASE == 'true' if: steps.get_latest.outputs.has_new_version == 'true' && env.RELEASE == 'true'