Skip to content

Commit

Permalink
Add goarch to release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhartha Bagaria committed Apr 6, 2021
1 parent b5415cb commit ae3bd35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Release

on:
release:
types: [created]
Expand All @@ -9,10 +11,12 @@ jobs:
strategy:
matrix:
goos: [linux, darwin]
goarch: [amd64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.13"

0 comments on commit ae3bd35

Please sign in to comment.