Skip to content

Commit d159856

Browse files
committed
Merge branch 'copilot/split-workflow-files' into better_workflow
2 parents 694b6cd + e4c5d57 commit d159856

File tree

6 files changed

+820
-504
lines changed

6 files changed

+820
-504
lines changed

.github/workflows/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## 概述
44

5-
本项目使用 GitHub Actions 进行持续集成和构建。Workflow 配置文件:[build.yml](./build.yml)
5+
本项目使用 GitHub Actions 进行持续集成和构建。Workflow 配置文件:
6+
7+
- [ubuntu-build.yml](./ubuntu-build.yml)
8+
- [windows-build.yml](./windows-build.yml)
9+
- [macos-build.yml](./macos-build.yml)
10+
11+
发布流程配置文件:[release.yml](./release.yml)
612

713
## 构建矩阵
814

0 commit comments

Comments
 (0)