fix(installation): asset name is incorrect in linux (#491)

This commit is contained in:
yetone
2024-09-03 22:43:50 +08:00
committed by GitHub
parent 90c5f724e6
commit ff316f9110
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ TARGET_DIR="${SCRIPT_DIR}/build"
# Get the artifact download URL based on the platform and Lua version
case "$(uname -s)" in
Linux*)
PLATFORM="linux"
PLATFORM="ubuntu"
;;
Darwin*)
PLATFORM="macos"