mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
ci: fixup "if" expression
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
run: cargo build -p deltachat_ffi --features jsonrpc
|
run: cargo build -p deltachat_ffi --features jsonrpc
|
||||||
|
|
||||||
- name: Upload C library
|
- name: Upload C library
|
||||||
if: matrix.os != "windows-latest"
|
if: ${{ matrix.os != "windows-latest" }}
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
name: ${{ matrix.os }}-${{matrix.rust}}-libdeltachat.a
|
||||||
|
|||||||
Reference in New Issue
Block a user