From 29987b9b4873c75cf8e03cfb939ce32800c0e104 Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Mon, 7 Aug 2023 21:21:20 +0100 Subject: [PATCH] If always upload too --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98bd22651..8b36aa3d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,6 +59,7 @@ jobs: cd /tmp/pytest-of-firedrake/pytest-0/ find . -name "*.log" -exec cp --parents {} /__w/gusto/gusto/logs/ \; - name: Upload artifact + if: always() uses: actions/upload-pages-artifact@v1 with: name: log-files