mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
fix typo in workflow
This commit is contained in:
parent
70effb9866
commit
42f9bcc757
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
--bin kubi
|
||||
--bin kubi-server
|
||||
- name: Create artifact
|
||||
- run: |
|
||||
run: |
|
||||
mkdir artifact;
|
||||
cp ./target/release/kubi ./artifact;
|
||||
cp ./target/release/kubi-server ./artifact;
|
||||
|
|
Loading…
Reference in a new issue