mirror of https://github.com/Hilbis/Hilbish
ci: fix missing files on either oses
parent
30b07bc98b
commit
d6bc8b51de
|
@ -30,14 +30,24 @@ jobs:
|
|||
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.goos == 'windows'
|
||||
with:
|
||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: hilbish.exe
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.goos != 'windows'
|
||||
with:
|
||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: |
|
||||
hilbish.exe
|
||||
LICENSE
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
.hilbishrc.lua
|
||||
nature
|
||||
libs
|
||||
docs
|
||||
emmyLuaDocs
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: matrix.goos != 'windows'
|
||||
with:
|
||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: |
|
||||
hilbish
|
||||
LICENSE
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
|
|
Loading…
Reference in New Issue