We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdcae3 commit 2247085Copy full SHA for 2247085
.gitignore
@@ -0,0 +1,9 @@
1
+*.hex
2
+*.zip
3
+*~
4
+*.bak
5
+*.swp
6
+*.msi
7
+*.dmg
8
+*.rpm
9
+*.deb
download-release-files.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+NIGHTLY_BUILD=`gh release list -L1 --json tagName | grep tagName | cut -d: -f2 | cut -d\" -f2`
+gh release download $NIGHTLY_BUILD
+
0 commit comments