Skip to content

Commit

Permalink
Merge pull request #339 from YangSen-qn/dev
Browse files Browse the repository at this point in the history
Fix github action release version
  • Loading branch information
Mei-Zhao authored May 27, 2022
2 parents 9116507 + 74417ab commit f1baf6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "https://golang.org/dl/go1.16.linux-amd64.tar.gz"
ldflags: -X "github.com/qiniu/qshell/v2/cmd.version=${{ env.APP_VERSION }}" -extldflags "-static"
goversion: "https://golang.org/dl/go1.17.linux-amd64.tar.gz"
ldflags: -X "github.com/qiniu/qshell/v2/iqshell/common/version.version=${{ env.APP_VERSION }}" -extldflags "-static"

0 comments on commit f1baf6f

Please sign in to comment.