From a0b7b4b5c4aedb0a39ae4573eb4f9b77f37808ff Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 Apr 2023 12:58:29 +0000 Subject: [PATCH] ci: use ' instead of " for condition quote --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c62ea951f..bbb5460d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: run: cargo build -p deltachat_ffi --features jsonrpc - name: Upload C library - if: ${{ matrix.os != "windows-latest" }} + if: matrix.os != 'windows-latest' uses: actions/upload-artifact@v3 with: name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a