We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147e2d0 commit 2ae94f0Copy full SHA for 2ae94f0
1 file changed
scripts/uploadRelease.sh
@@ -13,7 +13,7 @@ source ~/.profile
13
check_var "2" "$2" || exit $?
14
check_var "3" "$3" || exit $?
15
check_var "KAMI_REPO_MAJOR" "$KAMI_REPO_MAJOR" || exit $?
16
-check_var "KAMI_REPO" "$KAMI_REPO" || exit $?
+check_var "KAMI_REPO_NIGHTLY" "$KAMI_REPO_NIGHTLY" || exit $?
17
check_var "GITHUB_TOKEN" "$GITHUB_TOKEN" || exit $?
18
19
REPO="$KAMI_REPO_NIGHTLY"
0 commit comments