From b53904c7c2997c697ed57cd152f6629abba3bf96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kodes=CC=8C?= Date: Sun, 21 Jan 2024 15:22:58 +0100 Subject: [PATCH] [feat]: If failure or success --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34bd50f3..aa644520 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,3 +54,4 @@ jobs: with: name: 'build-log-${{ matrix.name }}' path: 'build-log-${{ matrix.name }}.txt' + if: success() || failure()