ci: build latest-dev with script (#1005)

currently `latest-dev` package is not built with version set and displays `v0.0.0-unknown`
This commit is contained in:
nils måsén 2021-06-29 12:51:56 +02:00 committed by GitHub
parent e396711ae1
commit 2f33620d2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
with:
go-version: 1.15
- name: Build
run: go build -v ./...
run: ./build.sh
test:
runs-on: ubuntu-latest
steps: