ci: fixup "if" expression

This commit is contained in:
link2xt
2023-04-01 12:56:36 +00:00
parent e57abf92f3
commit b9bc0a4047

View File

@@ -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