]> git.lizzy.rs Git - micro.git/blobdiff - tools/nightly-release.sh
Fetch tags if none are found
[micro.git] / tools / nightly-release.sh
index ad0acbd20dcb7970ebed2f69e8841559dd473f4e..02423ad552175df178f8e496fa31f5a8676de475 100755 (executable)
@@ -25,7 +25,7 @@ github-release release \
     --repo micro \
     --tag nightly \
     --name "Nightly build" \
-    --description "Autogenerated nightly build of micro" \
+    --description "Autogenerated nightly build of micro. If you don't see anything here that probably means it's building right now!" \
     --pre-release
 
 echo "Cross compiling binaries"
@@ -48,6 +48,14 @@ github-release upload \
     --name "micro-$1-linux64.tar.gz" \
     --file binaries/micro-$1-linux64.tar.gz
 
+echo "Uploading Linux 64 static binary"
+github-release upload \
+    --user zyedidia \
+    --repo micro \
+    --tag nightly \
+    --name "micro-$1-linux64-static.tar.gz" \
+    --file binaries/micro-$1-linux64-static.tar.gz
+
 echo "Uploading Linux 32 binary"
 github-release upload \
     --user zyedidia \