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