mirror of
https://github.com/elseif/MikroTikPatch
synced 2026-07-18 11:09:36 +00:00
Update mikrotik_patch_7.yml
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
331df17ee7
commit
cbe8254d84
3
.github/workflows/mikrotik_patch_7.yml
vendored
3
.github/workflows/mikrotik_patch_7.yml
vendored
@ -540,7 +540,6 @@ jobs:
|
||||
merge-multiple: true
|
||||
- name: Create Packages CSV File
|
||||
run: |
|
||||
|
||||
sudo apt-get install ssh sshpass
|
||||
for file in artifacts/latest_version_*.json; do
|
||||
if [ -f "$file" ]; then
|
||||
@ -550,7 +549,7 @@ jobs:
|
||||
build_time=$(jq -r '.build_time' "$file")
|
||||
has_patched_npk=$(jq -r '.patched' "$file")
|
||||
echo "Arch: $arch, Channel: $channel, Latest Version: $latest_version,Build Time: $build_time,Has Patched NPK: $has_patched_npk"
|
||||
if [ "${{ has_patched_npk }}" == "false" ]; then
|
||||
if [ "$has_patched_npk" == "false" ]; then
|
||||
OUTDIR="$latest_version-UNDONE"
|
||||
else
|
||||
OUTDIR="$latest_version"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user