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*