Skip to content

Commit

Permalink
fix: Specify protoc-gen-protolint_darwin_arm64_v8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Dec 3, 2024
1 parent d8f3db4 commit 8fa63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ publishing {
extension 'exe'
}
//mac 64 arm
artifact("$projectDir/dist/protoc-gen-protolint_darwin_arm64/protoc-gen-protolint") {
artifact("$projectDir/dist/protoc-gen-protolint_darwin_arm64_v8.0/protoc-gen-protolint") {
classifier 'osx-aarch_64'
extension 'exe'
}
Expand Down

0 comments on commit 8fa63cd

Please sign in to comment.