Skip to content

Commit 029a282

Browse files
committed
Release build on Windows for .NET Framework
Run build in release.yml again in on windows-latest agent to fix a problem with the .NET Framework binaries in the nuget package as described in #567.
1 parent eb7d2cf commit 029a282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

1212
jobs:
1313
build-and-release:
14-
runs-on: ubuntu-latest
14+
runs-on: windows-latest # Build on Windows to ensure .NET Framework targets
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

0 commit comments

Comments
 (0)