Skip to content

Commit

Permalink
fix ci 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyxdd committed Apr 12, 2022
1 parent 75538be commit 5a16505
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 @@ -19,9 +19,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: "1.17"
goversion: "1.17.8"
project_path: "."
binary_name: "extractor"
binary_name: "android-ota-extractor"
ldflags: "-s -w"
md5sum: false
sha256sum: true

0 comments on commit 5a16505

Please sign in to comment.