Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverteal authored Jun 7, 2024
1 parent c0daf55 commit cf00bf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
# 定义矩阵,矩阵中每组都会单独执行,并使矩阵本身成为可用的上下文
matrix:
include:
- name: 开发版
- name: '%E5%BC%80%E5%8F%91%E7%89%88'
configuration: Debug
- name: 开发版
- name: '%E5%BC%80%E5%8F%91%E7%89%88'
configuration: Snapshot
- name: 快照版
- name: '%E5%BF%AB%E7%85%A7%E7%89%88'
configuration: Release
- name: 快照版
- name: '%E5%BF%AB%E7%85%A7%E7%89%88'
configuration: ReleaseUpdate
- name: 正式版
- name: '%E6%AD%A3%E5%BC%8F%E7%89%88'
configuration: BETA

# 显然,只有Windows才能构建.NET Framework程序
Expand Down

0 comments on commit cf00bf5

Please sign in to comment.