Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMis16 authored Feb 15, 2021
1 parent f96eb81 commit ab4b34e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: linux
EXTRA_FILES: "README.md config.yml"
release-linux-amd64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -38,6 +39,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: linux
EXTRA_FILES: "README.md config.yml"
release-linux-arm:
name: release linux/386
runs-on: ubuntu-latest
Expand All @@ -53,6 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "arm"
GOOS: linux
EXTRA_FILES: "README.md config.yml"
release-linux-arm64:
name: release linux/amd64
runs-on: ubuntu-latest
Expand All @@ -68,6 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: arm64
GOOS: linux
EXTRA_FILES: "README.md config.yml"
release-darwin-amd64:
name: release darwin/amd64
runs-on: ubuntu-latest
Expand All @@ -83,6 +87,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: darwin
EXTRA_FILES: "README.md config.yml"
release-windows-386:
name: release windows/386
runs-on: ubuntu-latest
Expand All @@ -98,6 +103,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: "386"
GOOS: windows
EXTRA_FILES: "README.md config.yml"
release-windows-amd64:
name: release windows/amd64
runs-on: ubuntu-latest
Expand All @@ -113,3 +119,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: windows
EXTRA_FILES: "README.md config.yml"

0 comments on commit ab4b34e

Please sign in to comment.