From 9fb2ac35d25316095a04500760a77df0e8f3b7f4 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Sun, 3 Jan 2021 15:24:44 +0100 Subject: [PATCH] Use matrix to simplify workflow, mk. 3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f16c98b..7554ae0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: - name: Archive artifacts uses: actions/upload-artifact@v2 - if: ${{ matrix.BUILD_TYPE != "coverage" }} + if: matrix.BUILD_TYPE != 'coverage' with: name: AppImage path: linuxdeploy*.AppImage*