mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 04:03:25 +00:00
ci: upload artifact of compiled binary
This commit is contained in:
parent
9e5dbfc7e0
commit
439930a653
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -13,9 +13,6 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- build: linux-amd64
|
- build: linux-amd64
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- build: darwin-amd64
|
|
||||||
os: macOS-latest
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -25,4 +22,8 @@ jobs:
|
|||||||
go-version: '1.16.2'
|
go-version: '1.16.2'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make hilbiline
|
run: make hilbiline
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: hilbish-${{ matrix.build }}
|
||||||
|
path: hilbish
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user