From 9d7d85f93b9e0b752d79559f5caac31fd2f00c82 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 31 十二月 2025 09:31:37 +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