mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-01 13:07:21 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
410c19d2ce |
6
.github/workflows/mikrotik_patch_7.yml
vendored
6
.github/workflows/mikrotik_patch_7.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user