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.
1 parent eb7d2cf commit 029a282Copy full SHA for 029a282
.github/workflows/release.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
build-and-release:
14
- runs-on: ubuntu-latest
+ runs-on: windows-latest # Build on Windows to ensure .NET Framework targets
15
steps:
16
- uses: actions/checkout@v4
17
with:
0 commit comments