yq test 2

This commit is contained in:
PlOszukiwacz
2024-12-20 13:57:38 +01:00
parent b68a85ac2f
commit 4ce43bdac3

View File

@@ -174,7 +174,7 @@ jobs:
- name: Merge latest .ymls
uses: mikefarah/yq@v4.44.6
with:
cmd: yq eval-all 'select(fileIndex == 0) * select(fileIndex > 0)' dist/*/*.yml > merged.yml
cmd: yq eval-all '. as $item ireduce ({}; . * $item )' dist/linux/*.yml dist/macos/*.yml dist/windows/*.yml > merged.yml
- name: Upload Release
id: create_release