From b6cbdf38d098f36ab7bb10f44c49fe977b1be67f Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Fri, 29 Aug 2025 15:11:11 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index f6983f5..a0ccecc 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -32,8 +32,8 @@ stages: - '# 执行编译命令 ' - '# npm install && node fetchURLByWasm.js' - '# npm install && node fetchURLByAndroid.js' - - '# npm install && node fetchURLByAndroidV2.js' - - npm install && node fetchURLByWasmV2.js + - npm install && node fetchURLByAndroidV2.js + - '# npm install && node fetchURLByWasmV2.js' - git config user.name "Gitee流水线" - git config user.email "actions@githee.com" - git add .