Commit 43b512f 1 parent 980112c commit 43b512f Copy full SHA for 43b512f
File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ hub release edit nightly \
17
17
--draft=false \
18
18
--message " $MESSAGE (please DISREGARD the creation date of this Github release). Assets uploaded on $( date) for commit $commitID ." \
19
19
--attach " binaries/micro-$1 -osx.tar.gz" \
20
+ --attach " binaries/micro-$1 -macos-arm64.tar.gz" \
20
21
--attach " binaries/micro-$1 -linux64.tar.gz" \
21
22
--attach " binaries/micro-$1 -linux64-static.tar.gz" \
22
23
--attach " binaries/micro-$1 -amd64.deb" \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ hub release create $tag \
21
21
--prerelease \
22
22
--message " $1 ${NL}${NL} $2 " \
23
23
--attach " binaries/micro-$1 -osx.tar.gz" \
24
+ --attach " binaries/micro-$1 -macos-arm64.tar.gz" \
24
25
--attach " binaries/micro-$1 -linux64.tar.gz" \
25
26
--attach " binaries/micro-$1 -linux64-static.tar.gz" \
26
27
--attach " binaries/micro-$1 -amd64.deb" \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ echo "Creating new release"
20
20
hub release create $tag \
21
21
--message " $1 ${NL}${NL} $2 " \
22
22
--attach " binaries/micro-$1 -osx.tar.gz" \
23
+ --attach " binaries/micro-$1 -macos-arm64.tar.gz" \
23
24
--attach " binaries/micro-$1 -linux64.tar.gz" \
24
25
--attach " binaries/micro-$1 -linux64-static.tar.gz" \
25
26
--attach " binaries/micro-$1 -amd64.deb" \
You can’t perform that action at this time.
0 commit comments