mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-08 18:55:35 +08:00
feat: 新增天津站站台看版
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -21,11 +21,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # 获取全部提交历史以便比较标签
|
||||
|
||||
- name: Setup .NET 9.0
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: '9.0.x'
|
||||
|
||||
- name: Extract version from csproj
|
||||
id: get_version
|
||||
shell: pwsh
|
||||
@@ -73,6 +68,12 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '9.0.x'
|
||||
|
||||
- name: Set Encoding
|
||||
run: |
|
||||
echo "DOTNET_CLI_UI_LANGUAGE=zh-CN" >> $GITHUB_ENV
|
||||
chcp 65001
|
||||
|
||||
|
||||
- name: Restore and Build
|
||||
run: |
|
||||
dotnet restore
|
||||
|
||||
Reference in New Issue
Block a user