summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2024-11-27 18:08:08 +0800
committerfumingwei <[email protected]>2024-11-27 18:08:08 +0800
commiteddb0f217a3f98e9493389c3caea166a8ba31a37 (patch)
tree7293454bf9e3cde52caa25dc09b5de9ee4ea4c83
parent7197415aa46e735cc7adfdb937777fc1f839a12d (diff)
debug: Comment upload app_bundle package to repo.dev-99.98
-rw-r--r--tools/upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/upload.sh b/tools/upload.sh
index bb92dd14..9467ff05 100644
--- a/tools/upload.sh
+++ b/tools/upload.sh
@@ -37,7 +37,7 @@ function upload_file_by_profile_list()
upload_kvm_glob_file
break
;;
- "x86_64_COTS_APP_BUNDLE")
+ "COTS_APP_BUNDLE")
upload_app_bundle_glob_file
break
;;