mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 17:14:13 -05:00
fix(ci): flatpak json patch (#709)
This commit is contained in:
parent
d979df3827
commit
cac988524f
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ jobs:
|
||||||
|
|
||||||
deb=$(find "$PWD" -name *.deb -print -quit)
|
deb=$(find "$PWD" -name *.deb -print -quit)
|
||||||
jq --arg deb_path "$deb" --arg PWD "$PWD" '
|
jq --arg deb_path "$deb" --arg PWD "$PWD" '
|
||||||
.modules[0].sources = {
|
.modules[0].sources[0] = {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": $deb_path
|
"path": $deb_path
|
||||||
} |
|
} |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue