Skip to content

Commit 2ae94f0

Browse files
committed
[fix] Upload release bug
1 parent 147e2d0 commit 2ae94f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/uploadRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source ~/.profile
1313
check_var "2" "$2" || exit $?
1414
check_var "3" "$3" || exit $?
1515
check_var "KAMI_REPO_MAJOR" "$KAMI_REPO_MAJOR" || exit $?
16-
check_var "KAMI_REPO" "$KAMI_REPO" || exit $?
16+
check_var "KAMI_REPO_NIGHTLY" "$KAMI_REPO_NIGHTLY" || exit $?
1717
check_var "GITHUB_TOKEN" "$GITHUB_TOKEN" || exit $?
1818

1919
REPO="$KAMI_REPO_NIGHTLY"

0 commit comments

Comments
 (0)