Skip to content
Snippets Groups Projects
Commit 64c6dcc3 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix test client upload

parent d74f255f
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: test_client
path: test_client/target/x86_64-unknown-linux-musl/release/test_client
path: target/x86_64-unknown-linux-musl/release/test_client
msrv:
name: Check MSRV
......@@ -100,4 +100,4 @@ jobs:
- uses: Swatinem/rust-cache@v1
- uses: actions-rs/cargo@v1
with:
command: check
\ No newline at end of file
command: check
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment