Include mac arm binary in release scripts

This commit is contained in:
Zachary Yedidia
2023-01-12 19:19:20 -08:00
parent 980112c071
commit 43b512fd77
3 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ echo "Creating new release"
hub release create $tag \
--message "$1${NL}${NL}$2" \
--attach "binaries/micro-$1-osx.tar.gz" \
--attach "binaries/micro-$1-macos-arm64.tar.gz" \
--attach "binaries/micro-$1-linux64.tar.gz" \
--attach "binaries/micro-$1-linux64-static.tar.gz" \
--attach "binaries/micro-$1-amd64.deb" \