diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index cddb470eb..8979bf033 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -10,25 +10,26 @@ jobs: name: Build deltachat-rpc-server strategy: matrix: - - os: ubuntu-22.04 - artifact: gnu-linux-x86_64 - path: "target/release/deltachat-rpc-server" - target: x86_64-unknown-linux-gnu + include: + - os: ubuntu-22.04 + artifact: gnu-linux-x86_64 + path: "target/release/deltachat-rpc-server" + target: x86_64-unknown-linux-gnu - - os: ubuntu-22.04 - artifact: gnu-linux-i686 - path: "target/release/deltachat-rpc-server" - target: i686-unknown-linux-gnu + - os: ubuntu-22.04 + artifact: gnu-linux-i686 + path: "target/release/deltachat-rpc-server" + target: i686-unknown-linux-gnu - - os: windows-latest - artifact: win32.exe - path: "target/release/deltachat-rpc-server.exe" - target: i686-pc-windows-msvc + - os: windows-latest + artifact: win32.exe + path: "target/release/deltachat-rpc-server.exe" + target: i686-pc-windows-msvc - - os: windows-latest - artifact: win64.exe - path: "target/release/deltachat-rpc-server.exe" - target: x86_64-pc-windows-msvc + - os: windows-latest + artifact: win64.exe + path: "target/release/deltachat-rpc-server.exe" + target: x86_64-pc-windows-msvc runs-on: ${{ matrix.os }} steps: