feat: 增加配置文件复制
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -2,6 +2,8 @@ name: Build Executables
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- 'v*' # 添加标签触发条件,匹配 v1.0.0 这样的标签
|
- 'v*' # 添加标签触发条件,匹配 v1.0.0 这样的标签
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user