Skip to content

Commit c299fee

Browse files
committed
[Build] Update workflows and fix env variables
1 parent c8bf0a9 commit c299fee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
windows:
11-
name: windows-2022
11+
name: windows
1212
runs-on: windows-2025
1313
steps:
1414

.github/workflows/Publish Release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
windows:
10-
name: windows-2022
10+
name: windows
1111
runs-on: windows-2025
1212
steps:
1313

@@ -32,5 +32,5 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
DOTNET_ENVIRONMENT: ${{ github.ref == 'refs/heads/main' && 'Production' || 'Development' }}
35-
Build__Version: ${{ github.ref_name }}
35+
Publish__Version: ${{ github.ref_name }}
3636
NuGet__ApiKey: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)