Remove hidden control bytes from Forgejo workflow.
Some checks failed
Forgejo Release Builder / release (push) Failing after 6m42s

Clean trailing NUL bytes so Forgejo can parse build_release.yml and enqueue tag-based runs again.
This commit is contained in:
littlecodedragon 2026-04-27 06:37:13 +02:00
parent 2a0caf80ff
commit fc6b46b07b

View file

@ -279,4 +279,3 @@ jobs:
"${release_api}/assets?name=${encoded_name}" \ "${release_api}/assets?name=${encoded_name}" \
> /dev/null > /dev/null
done done