refactor: fix previous commit

This commit is contained in:
CJ van den Berg 2026-01-21 12:19:56 +01:00
parent 95735ada9a
commit 77379a58cf
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -157,7 +157,7 @@ if [ -z "$NO_FLOWCONTROL" ]; then
ASSETS="$ASSETS --asset $DESTDIR/flow-${VERSION}-source.zip.sha256" ASSETS="$ASSETS --asset $DESTDIR/flow-${VERSION}-source.zip.sha256"
echo uploading to git.flow-control.dev echo uploading to git.flow-control.dev
tea releases create --login flow-control --repo "$repo" --tag "$VERSION" --title "$title $VERSION" --note-file "$release_notes" \ tea releases create --login flow-control --repo "$repo" --tag "$VERSION" --title "$title $VERSION" --note-file "$release_notes" \
"$ASSETS" $ASSETS
fi fi
if [ -z "$NO_CODEBERG" ]; then if [ -z "$NO_CODEBERG" ]; then
@ -166,7 +166,7 @@ if [ -z "$NO_CODEBERG" ]; then
done done
echo uploading to codeberg.org echo uploading to codeberg.org
tea releases create --login codeberg --repo "$repo" --tag "$VERSION" --title "$title $VERSION" --note-file "$release_notes" \ tea releases create --login codeberg --repo "$repo" --tag "$VERSION" --title "$title $VERSION" --note-file "$release_notes" \
"$ASSETS" $ASSETS
fi fi
if [ -z "$NO_GITHUB" ]; then if [ -z "$NO_GITHUB" ]; then