ci: add --target option when build deltachat-rpc-server

This commit is contained in:
link2xt
2023-02-21 23:54:20 +00:00
parent a616c69f9a
commit 877b3551ae

View File

@@ -39,7 +39,7 @@ jobs:
run: rustup target add ${{ matrix.target }}
- name: Build
run: cargo build --release -p deltachat-rpc-server
run: cargo build --release --package deltachat-rpc-server --target ${{ matrix.target }}
- name: Upload binary
uses: actions/upload-artifact@v3