Skip to content

Commit

Permalink
Merge pull request #11 from Sixt/v3_19_2_1
Browse files Browse the repository at this point in the history
Add maven release for OSX arm64
  • Loading branch information
robodenitro authored May 6, 2022
2 parents 0cd84ed + 7d8bb3a commit 436e548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
</project>
EOF
FILES=(protoc-${VERSION}.pom protoc-${VERSION}-linux-x86_64.exe protoc-${VERSION}-linux-x86_32.exe protoc-${VERSION}-linux-aarch_64.exe protoc-${VERSION}-osx-x86_64.exe protoc-${VERSION}-windows-x86_64.exe protoc-${VERSION}-windows-x86_32.exe)
FILES=(protoc-${VERSION}.pom protoc-${VERSION}-linux-x86_64.exe protoc-${VERSION}-linux-x86_32.exe protoc-${VERSION}-linux-aarch_64.exe protoc-${VERSION}-osx-x86_64.exe protoc-${VERSION}-osx-aarch_64.exe protoc-${VERSION}-windows-x86_64.exe protoc-${VERSION}-windows-x86_32.exe)
# generate sha512
for f in "${FILES[@]}"; do sha512sum $f > $f.sha512; done;
Expand Down

0 comments on commit 436e548

Please sign in to comment.