Provide vendored tarball and zip with future releases

This commit is contained in:
Zachary Yedidia
2016-11-27 20:15:33 -05:00
parent 5311a35f5a
commit 92e44aa6af
5 changed files with 71 additions and 0 deletions

View File

@@ -115,3 +115,19 @@ github-release upload \
--name "micro-$1-win32.zip" \
--file binaries/micro-$1-win32.zip
echo "Uploading vendored tarball"
github-release upload \
--user zyedidia \
--repo micro \
--tag $tag \
--name "micro-$1-src.tar.gz" \
--file binaries/micro-$1-src.tar.gz
echo "Uploading vendored zip"
github-release upload \
--user zyedidia \
--repo micro \
--tag $tag \
--name "micro-$1-src.zip" \
--file binaries/micro-$1-src.zip