postit-debian/.forgejo
Paul Schneider 0267fd2fef
Some checks failed
Forgejo Release postit-deb / release (push) Failing after 2m9s
release.yml: check /src/ for .deb (not /src/_src/) for both builds
The Makefile mv's the produced .deb into /src/ (POSTIT_OUT_DIR
default = parent of build dir). The post-build 'ls' check was
running in cwd /src/_src/, missing the .deb every time, which
made the build step fail even when dpkg-deb had succeeded.

Worse: amd64 step exited 1 first, so arm64 step never ran. The
'no arm64 .deb' symptom was a red herring — it was caused by
this earlier amd64 false negative, not by an arm64 build failure.

Fix: ls /src/postit_*...deb explicitly. If both builds succeed,
we'll see both .deb in the next step. If only amd64 shows up,
we'll know arm64 actually failed (and where, via set -x).
2026-08-17 17:24:14 +01:00
..
workflows release.yml: check /src/ for .deb (not /src/_src/) for both builds 2026-08-17 17:24:14 +01:00