ci: upload artifact of compiled binary

pull/59/head
sammyette 2021-05-20 18:36:36 -04:00
parent 9e5dbfc7e0
commit 439930a653
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 4 additions and 3 deletions

View File

@ -13,9 +13,6 @@ jobs:
include:
- build: linux-amd64
os: ubuntu-latest
- build: darwin-amd64
os: macOS-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
@ -25,4 +22,8 @@ jobs:
go-version: '1.16.2'
- name: Build
run: make hilbiline
- uses: actions/upload-artifact@v2
with:
name: hilbish-${{ matrix.build }}
path: hilbish