mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
fix wrong dir name
This commit is contained in:
parent
42f9bcc757
commit
6bf051697d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -34,5 +34,5 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-x64-release
|
name: linux-x64-release
|
||||||
path: ./artifact/linux/*
|
path: ./artifact/*
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
Loading…
Reference in a new issue