From daf730efd52915744c9ffd6a8b3c78196104e1e8 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Sun, 2 Jan 2022 11:33:21 +0100 Subject: [PATCH] Fix the GH action file --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9be7aa8f..8bd3b623e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL: 8 - name: Compress files - if: ! contains(matrix.os, 'windows-latest') + if: ${{!contains(matrix.os, 'windows-latest')}} uses: a7ul/tar-action@v1.0.2 id: compress with: