33222
Some checks failed
构建项目 / 构建 (push) Failing after 2m8s

This commit is contained in:
编码猿
2025-10-05 01:11:23 +08:00
parent f6ec72b775
commit 56d3cb15ed

View File

@@ -20,11 +20,11 @@ jobs:
steps:
# 步骤 1: 检出代码
- name: 检出代码
uses: actions/checkout@v4
uses: https://gitea.com/actions/checkout@v4
# 步骤 2: 设置 Node.js 环境
- name: 设置 Node.js 环境
uses: actions/setup-node@v4
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
@@ -39,7 +39,7 @@ jobs:
# 步骤 5: 上传打包产物
- name: 上传构建产物
uses: actions/upload-artifact@v4
uses: https://gitea.com/actions/upload-artifact@v4
with:
name: dist
path: dist/