Skip to content

Commit

Permalink
Update release.yml (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Sep 16, 2023
1 parent 78f821a commit 4d8ee7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
goarch: [ amd64, arm64 ]
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1.29
- uses: wangyoucao577/go-release-action@v1.40
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "tproxy"
extra_files: readme-cn.md readme.md
extra_files: readme-cn.md readme.md

0 comments on commit 4d8ee7a

Please sign in to comment.