Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielewood authored May 3, 2020
1 parent fbc343e commit 196476b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: linux
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: linux
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-linux-arm:
name: release linux/386
runs-on: ubuntu-latest
Expand All @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "arm"
GOOS: linux
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-linux-arm64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: arm64
GOOS: linux
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: darwin
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-windows-386:
name: release windows/386
runs-on: ubuntu-latest
Expand All @@ -74,7 +74,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: windows
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -86,4 +86,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: windows
EXTRA_FILES: "LICENSE"
EXTRA_FILES: "LICENSE README.md"

0 comments on commit 196476b

Please sign in to comment.