Skip to content

Commit

Permalink
chore: upgrade release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Feb 2, 2024
1 parent 8fc5e40 commit ded7026
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.22
- uses: wangyoucao577/go-release-action@v1.46
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz"

goversion: "https://go.dev/dl/go1.21.6.linux-amd64.tar.gz"
project_path: "./stash"
binary_name: "stash"

0 comments on commit ded7026

Please sign in to comment.