update fetch.yml

This commit is contained in:
dream
2025-08-08 12:26:13 +00:00
committed by Gitee
parent e67d8c7ddb
commit 4bfd7e64f8

View File

@@ -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 .