mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
fix typo in workflow
This commit is contained in:
parent
70effb9866
commit
42f9bcc757
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -26,11 +26,11 @@ jobs:
|
|||
--bin kubi
|
||||
--bin kubi-server
|
||||
- name: Create artifact
|
||||
- run: |
|
||||
mkdir artifact;
|
||||
cp ./target/release/kubi ./artifact;
|
||||
cp ./target/release/kubi-server ./artifact;
|
||||
cp -r ./assets ./artifact;
|
||||
run: |
|
||||
mkdir artifact;
|
||||
cp ./target/release/kubi ./artifact;
|
||||
cp ./target/release/kubi-server ./artifact;
|
||||
cp -r ./assets ./artifact;
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-x64-release
|
||||
|
|
Loading…
Reference in a new issue