File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141 - name : Build
4242 run : dotnet build --configuration Release --no-restore
4343 - name : Publish
44- if : matrix.platform.name == 'Windows VS2022 ' && matrix.dotnet.name == '.NET 8 '
44+ if : matrix.platform.name == 'Windows' && matrix.dotnet.name == '.NET 10 '
4545 run : |
4646 dotnet publish --runtime win-x64 --no-self-contained --configuration Release -p:DebugType=None -p:DebugSymbols=false -p:PublishReadyToRun=true -p:IncludeNativeLibrariesForSelfExtract=true -o Publish
4747 cp ./Start.cmd ./Publish
4848 cp ./README.md ./Publish
4949 cp ./CHANGELOG.md ./Publish
5050 - name : Upload Artifact
51- if : matrix.platform.name == 'Windows VS2022 ' && matrix.dotnet.name == '.NET 8 '
51+ if : matrix.platform.name == 'Windows' && matrix.dotnet.name == '.NET 10 '
5252 uses : actions/upload-artifact@v6
5353 with :
5454 name : PIN-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments