Fix path in move binaries step

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/18/head
trivernis 3 years ago
parent 91f01c9c51
commit d1e8f0f51f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -45,7 +45,7 @@ jobs:
run: cargo test --verbose
- name: Move binaries
run: mv target/x86_64-unknown-linux-gnu/debug/tobi-rs target/tobi-rs-linux-x86_64_debug
run: mv target/debug/tobi-rs target/tobi-rs-linux-x86_64_debug
- name: Import GPG key
id: import_gpg

Loading…
Cancel
Save