postit-debian/.forgejo/workflows
Paul Schneider 58a9d6c54f
Some checks failed
Forgejo Release postit-deb / release (push) Failing after 4m23s
release.yml: set -e -x + explicit .deb presence check on builds
Without set -e, a failing dpkg-buildpackage inside 'make deb' was
silently swallowed by the Makefile's 'mv ... || true' pattern,
which matches any leftover amd64 .deb and exits 0. The build step
then succeeded without producing an arm64 .deb.

This adds:
- set -e -x at the start of each build step (fail on first error,
  trace all commands so the root cause is visible in logs)
- explicit ls + exit 1 check after make deb to confirm the
  expected .deb was actually produced

If arm64 cross-build still fails, we'll see exactly where now.
2026-08-17 17:17:37 +01:00
..
release.yml release.yml: set -e -x + explicit .deb presence check on builds 2026-08-17 17:17:37 +01:00