From b9bc0a4047edfd2ee95e89a903e1f947a3a259af Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 1 Apr 2023 12:56:36 +0000 Subject: [PATCH] ci: fixup "if" expression --- .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 e61c2b283..c62ea951f 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