yq revert

This commit is contained in:
PlOszukiwacz
2024-12-20 14:01:43 +01:00
parent 4ce43bdac3
commit 10887b8358

View File

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