From 155e9ad63d5aeea25b05234080f0ba295cffad8e Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Sun, 18 May 2025 03:31:20 +0000 Subject: [PATCH] update .workflow/fetch.yml. Signed-off-by: dream <13432095+dream-deve@user.noreply.gitee.com> --- .workflow/fetch.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 1765e2b..216bc5e 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -23,13 +23,6 @@ stages: - '' - '# 执行编译命令' - npm ci - artifacts: - - name: BUILD_ARTIFACT - path: - - ./dist - caches: - - ~/.npm - - ~/.yarn notify: [] strategy: retry: '0' @@ -46,13 +39,6 @@ stages: nodeVersion: 21.5.0 commands: - node fetchURLByWasm.js - artifacts: - - name: BUILD_ARTIFACT - path: - - ./dist - caches: - - ~/.npm - - ~/.yarn notify: [] strategy: retry: '0' @@ -76,13 +62,6 @@ stages: - git add . - git diff --quiet && git diff --staged --quiet || git commit -m "Update by Gitee Actions" - git push - artifacts: - - name: BUILD_ARTIFACT - path: - - ./dist - caches: - - ~/.npm - - ~/.yarn notify: [] strategy: retry: '0'