From 8a7d015dc7c017175fbe187273c0e6e28fe1c06d Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 30 十二月 2025 19:50:38 +0800
Subject: [PATCH] fix: bug

---
 apps/bStandardMiniApp/ci/upload.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/apps/bStandardMiniApp/ci/upload.js b/apps/bStandardMiniApp/ci/upload.js
index 48063fb..e6ee456 100644
--- a/apps/bStandardMiniApp/ci/upload.js
+++ b/apps/bStandardMiniApp/ci/upload.js
@@ -27,7 +27,8 @@
   return {
     weapp: {
       appid: config.appid,
-      privateKeyPath: `${projectPath}/ci/private.wx3669dd12a0915f7d.key`,
+      privateKeyPath: `${projectPath}/ci/private.wxc47d6f255e7d0566.key`,
+      // privateKeyPath: `${projectPath}/ci/private.wx670e93d737a59ba4.key`,
       robot: robot,
       setting: {
         minify: false,

--
Gitblit v1.10.0