mirror of https://github.com/Hilbis/Hilbish
ci: fix list of files for artifact build
parent
f12f88ed00
commit
eb3123405a
|
@ -35,4 +35,12 @@ jobs:
|
|||
if: matrix.goos != 'windows'
|
||||
with:
|
||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: LICENSE README.md CHANGELOG.md .hilbishrc.lua nature libs docs emmyLuaDocs
|
||||
path: |
|
||||
LICENSE
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
.hilbishrc.lua
|
||||
nature
|
||||
libs
|
||||
docs
|
||||
emmyLuaDocs
|
||||
|
|
Loading…
Reference in New Issue