Skip to content

Commit 5a16505

Browse files
committed
fix ci 3
1 parent 75538be commit 5a16505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
goos: ${{ matrix.goos }}
2121
goarch: ${{ matrix.goarch }}
22-
goversion: "1.17"
22+
goversion: "1.17.8"
2323
project_path: "."
24-
binary_name: "extractor"
24+
binary_name: "android-ota-extractor"
2525
ldflags: "-s -w"
2626
md5sum: false
2727
sha256sum: true

0 commit comments

Comments
 (0)