fix typo in workflow

This commit is contained in:
griffi-gh 2023-05-17 00:17:39 +02:00
parent f05caaa6b0
commit 002613332d

View file

@ -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;