Skip to content

Commit

Permalink
release.yaml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amscotti committed Mar 10, 2024
1 parent 9524b9e commit 15660a9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on:
name: Release

on:
release:
types: [created]

Expand All @@ -11,10 +13,10 @@ jobs:
goos: [linux, windows, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
sha256sum: true
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.42
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
sha256sum: true

0 comments on commit 15660a9

Please sign in to comment.