mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +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'
|
||||
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…
x
Reference in New Issue
Block a user