mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 20:23:23 +00:00
ci: fix artifact upload for windows
This commit is contained in:
parent
284248fc08
commit
b61a36d675
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -29,7 +29,12 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
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'
|
||||||
|
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: hilbish
|
path: hilbish
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user