fix(ci): flatpak json patch (#709)

This commit is contained in:
наб 2025-11-12 00:32:21 +01:00 committed by GitHub
parent d979df3827
commit cac988524f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,7 +164,7 @@ jobs:
deb=$(find "$PWD" -name *.deb -print -quit)
jq --arg deb_path "$deb" --arg PWD "$PWD" '
.modules[0].sources = {
.modules[0].sources[0] = {
"type": "file",
"path": $deb_path
} |