更新 .gitea/workflows/master.yml
Some checks failed
Uniapp 自动化打包 CI/CD / 打包 Uniapp 项目 (push) Failing after 26s

This commit is contained in:
2025-08-24 19:29:20 +08:00
parent ca2cbf6467
commit 9f37ef8252

View File

@@ -110,7 +110,7 @@ jobs:
# 步骤 7归档打包产物便于下载和后续部署
########################################################################
- name: 7. 归档打包产物
uses: gitea/actions/upload-artifact@v1 # Gitea 产物归档插件
uses: https://gitea.com/actions/upload-artifact@v1 # Gitea 产物归档插件
with:
name: uniapp-android-build # 产物压缩包名称
path: ./unpackage/dist/build/android # 产物目录(与步骤 6 的 --output 对应)