We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7237ae + 91caeb2 commit 17f3b47Copy full SHA for 17f3b47
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: windows-latest
12
strategy:
13
matrix:
14
- dotnet-version: [ '7.0.x' ]
+ dotnet-version: [ '8.0.x' ]
15
configuration: [ Debug, Release ]
16
17
steps:
.github/workflows/release.yml
@@ -38,13 +38,13 @@ jobs:
38
runs-on: ${{ matrix.os }}
39
40
41
42
configuration: [ Release ]
43
os: [ windows-latest ]
44
include:
45
- os: windows-latest
46
OS_NAME: Windows x64
47
- DOTNET_RUNTIME_IDENTIFIER: win10-x64
+ DOTNET_RUNTIME_IDENTIFIER: win-x64
48
RELEASE_ZIP_OS_NAME: win_x64
49
50
0 commit comments