mirror of
https://github.com/elseif/MikroTikPatch.git
synced 2026-09-04 22:45:47 +00:00
modified: .github/workflows/main.yml
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
' || echo '[]')
|
||||
else
|
||||
CANDIDATES=$(echo "$OFFICIAL_UPGRADE" | jq -c '
|
||||
.upgradePaths // {} | to_entries | map(
|
||||
(.upgradePaths | objects // {}) | to_entries | map(
|
||||
select( .key | test("^NEWEST6") or .key | test("^NEWESTa7") )
|
||||
| {
|
||||
majorVersion: (if .key | test("^NEWESTa7") then "7" else "6" end),
|
||||
|
||||
Reference in New Issue
Block a user