mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +00:00
ci: fix list of files for artifact build
This commit is contained in:
parent
f12f88ed00
commit
eb3123405a
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -35,4 +35,12 @@ jobs:
|
|||||||
if: matrix.goos != 'windows'
|
if: matrix.goos != 'windows'
|
||||||
with:
|
with:
|
||||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
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…
x
Reference in New Issue
Block a user