From 64901a39d30b9677898ce5ecf84aa21f4f23f307 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Fri, 22 Aug 2025 12:43:51 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 661e3b8..8fb2025 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -13,8 +13,6 @@ variables: global: - GITHUB_TOKEN - TOKEN - - MIGU_TOKEN - - USERID stages: - name: fetchurl displayName: fetchurl @@ -34,7 +32,8 @@ stages: - '# 执行编译命令 ' - '# npm install && node fetchURLByWasm.js' - '# npm install && node fetchURLByAndroid.js' - - npm install && node fetchURLByAndroidV2.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 .