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 eb7d2cf + 029a282 commit eb3e914Copy full SHA for eb3e914
.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