Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDoes committed Dec 27, 2023
1 parent f23a55b commit 5d1e3f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: "https://dl.google.com/go/go1.17.8.linux-amd64.tar.gz"
project_path: "."
binary_name: "android-ota-extractor"
goversion: "https://dl.google.com/go/go1.21.5.linux-amd64.tar.gz"
project_path: "cmd/aota"
binary_name: "aota"
ldflags: "-s -w"
md5sum: false
sha256sum: true

0 comments on commit 5d1e3f6

Please sign in to comment.