Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Apr 3, 2020
1 parent 4203e6c commit dad3c08
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
GOARCH: amd64
GOOS: linux
GO111MODULE: on
CGO_ENABLED: 0
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -25,6 +26,7 @@ jobs:
GOARCH: amd64
GOOS: darwin
GO111MODULE: on
CGO_ENABLED: 0
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -36,4 +38,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: windows
GO111MODULE: on
GO111MODULE: on
CGO_ENABLED: 0

0 comments on commit dad3c08

Please sign in to comment.