From 8a440d6a17be9653dcc487c6bc32e987456b00f2 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 13 Dec 2024 14:23:28 +0100 Subject: [PATCH] GHA: always archive results Necessary to get logs from failed builds. --- .github/workflows/test-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 43f5c6be..515f1e39 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -56,6 +56,7 @@ jobs: HOST_RELEASE: ${{matrix.host_release}} - name: Archive built ISO + if: always() uses: actions/upload-artifact@v4 with: name: grml-live-build-result-${{matrix.host_release}}