There was an error while loading. Please reload this page.
1 parent 72dded5 commit 6cda392Copy full SHA for 6cda392
1 file changed
scripts/upload.sh
@@ -37,7 +37,7 @@ if [ -z "$FILE" ]; then
37
fi
38
39
#if filename contains rc or alpha, upload to unstable
40
-if [[ $FILE == *"rc"* ]] || [[ $FILE == *"alpha"* ]]; then
+if [[ $FILE == *"rc"* ]] || [[ $FILE == *"alpha"* ]] || [[ $FILE == *"-dev"* ]]; then
41
repo="experimental"
42
else
43
repo="stable"
0 commit comments