update fetch.yml

This commit is contained in:
dream
2025-08-22 12:43:51 +00:00
committed by Gitee
parent 0172e9fdb3
commit 64901a39d3

View File

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