mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
ci: add missing include to deltachat-rpc-server.yml
This commit is contained in:
33
.github/workflows/deltachat-rpc-server.yml
vendored
33
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -10,25 +10,26 @@ jobs:
|
|||||||
name: Build deltachat-rpc-server
|
name: Build deltachat-rpc-server
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
- os: ubuntu-22.04
|
include:
|
||||||
artifact: gnu-linux-x86_64
|
- os: ubuntu-22.04
|
||||||
path: "target/release/deltachat-rpc-server"
|
artifact: gnu-linux-x86_64
|
||||||
target: x86_64-unknown-linux-gnu
|
path: "target/release/deltachat-rpc-server"
|
||||||
|
target: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
artifact: gnu-linux-i686
|
artifact: gnu-linux-i686
|
||||||
path: "target/release/deltachat-rpc-server"
|
path: "target/release/deltachat-rpc-server"
|
||||||
target: i686-unknown-linux-gnu
|
target: i686-unknown-linux-gnu
|
||||||
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
artifact: win32.exe
|
artifact: win32.exe
|
||||||
path: "target/release/deltachat-rpc-server.exe"
|
path: "target/release/deltachat-rpc-server.exe"
|
||||||
target: i686-pc-windows-msvc
|
target: i686-pc-windows-msvc
|
||||||
|
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
artifact: win64.exe
|
artifact: win64.exe
|
||||||
path: "target/release/deltachat-rpc-server.exe"
|
path: "target/release/deltachat-rpc-server.exe"
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user