mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Fixed flathub_push workflow -fix4
This commit is contained in:
parent
5af8980e31
commit
814ba439f1
5
.github/workflows/flathub_push_cooker.yml
vendored
5
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -66,9 +66,10 @@ jobs:
|
|||
| jq .name \
|
||||
)
|
||||
|
||||
sha=$(curl -sL https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.sha)
|
||||
#sha=$(curl -sL https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.sha)
|
||||
#echo $sha
|
||||
echo $version
|
||||
|
||||
sha="$(cat 'RetroDECK-Artifact.sha')"
|
||||
sed -i 's#"url: https://github.com/XargonWan/RetroDECK-cooker/releases/download/__VERSION__/RetroDECK-Artifact.tar.gz"#"url: https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.tar.gz"#g' net.retrodeck.retrodeck.yml
|
||||
sed -i 's#"sha256: __SHA__"#"sha256: $sha"#g' net.retrodeck.retrodeck.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue