Skip to content

Commit

Permalink
fix: fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elfgzp committed Nov 17, 2020
1 parent 59b1e3e commit ec09aed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
GOARCH: "386"
GOOS: linux
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -28,6 +29,7 @@ jobs:
GOARCH: amd64
GOOS: linux
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal
release-darwin-386:
name: release darwin/386
runs-on: ubuntu-latest
Expand All @@ -40,6 +42,7 @@ jobs:
GOARCH: "386"
GOOS: darwin
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -52,6 +55,7 @@ jobs:
GOARCH: amd64
GOOS: darwin
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal
release-windows-386:
name: release windows/386
runs-on: ubuntu-latest
Expand All @@ -64,6 +68,7 @@ jobs:
GOARCH: "386"
GOOS: windows
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -76,3 +81,4 @@ jobs:
GOARCH: amd64
GOOS: windows
MAIN_GO_PATH: ./main.go
BUILD_OUTPUT: gortal

0 comments on commit ec09aed

Please sign in to comment.