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
|
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: matrix.goos == 'windows'
|
if: matrix.goos == 'windows'
|
||||||
with:
|
|
||||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
|
||||||
path: hilbish.exe
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
if: matrix.goos != 'windows'
|
|
||||||
with:
|
with:
|
||||||
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
name: hilbish-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||||
path: |
|
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
|
LICENSE
|
||||||
README.md
|
README.md
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
Loading…
Reference in New Issue