mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-25 08:18:43 -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
|
||||||
--bin kubi-server
|
--bin kubi-server
|
||||||
- name: Create artifact
|
- name: Create artifact
|
||||||
- run: |
|
run: |
|
||||||
mkdir artifact;
|
mkdir artifact;
|
||||||
cp ./target/release/kubi ./artifact;
|
cp ./target/release/kubi ./artifact;
|
||||||
cp ./target/release/kubi-server ./artifact;
|
cp ./target/release/kubi-server ./artifact;
|
||||||
|
|
Loading…
Reference in a new issue