From 4bfd7e64f882fbdfdb9b3b617cc1b5e4066d7f68 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Fri, 8 Aug 2025 12:26:13 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 827355f..019d1da 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -13,6 +13,8 @@ variables: global: - GITHUB_TOKEN - TOKEN + - MIGU_TOKEN + - USERID stages: - name: fetchurl displayName: fetchurl @@ -30,7 +32,8 @@ stages: - '# 设置NPM源,提升安装速度' - npm config set registry https://registry.npmmirror.com - '# 执行编译命令 ' - - npm install && node fetchURLByWasm.js + - '# npm install && node fetchURLByWasm.js' + - npm install && node fetchURLByAndroid.js - git config user.name "Gitee流水线" - git config user.email "actions@githee.com" - git add .