From 2cd713ec0f2bf68a77a9b2491429ce696ebcf608 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 2 Jan 2022 14:57:59 -0800 Subject: Always create log file zips in the build to capture failures --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2f0e5f63..df0f11c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,7 @@ jobs: - name: Create Zips shell: cmd run: ./src/create_zips.cmd + if: always() - name: Save logs uses: actions/upload-artifact@v2 -- cgit v1.2.3-55-g6feb