1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Fix dev-build yaml

This commit is contained in:
Tom Wright
2020-11-03 13:44:14 +00:00
parent 1fe17671d5
commit 633048d742

View File

@@ -19,8 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2-beta
with:
go-version: '^1.15.0' # The Go version to download (if necessary) and use.
with:
go-version: '^1.15.0' # The Go version to download (if necessary) and use.
- name: Build
run: go build -o target/release/${{ matrix.artifact_name }} -ldflags="-X 'github.com/tomwright/dasel/internal.Version=development'" ./cmd/dasel
- name: Build docker image