From f7b2479e7d9aaec27ef841d7189cc82186afb0a1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 22 Nov 2021 03:28:33 +0100 Subject: [PATCH] .github: sync release with build, dump result of remote test Signed-off-by: Joachim Wiberg --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c90d1f5..c3768e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,10 +46,10 @@ jobs: - name: Creating Makefiles ... run: | ./autogen.sh - ./configure + ./configure --prefix=/tmp --with-systemd=/tmp/lib/systemd/system - name: Build release ... run: | - make release || (cat test/test-suite.log; false) + make release || (cat test/start.log; cat test/remote.log; false) ls -lF ../ mkdir -p artifacts/ mv ../*.tar.* artifacts/