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