CI: fix naming of windows build action (#4286)
This commit is contained in:
parent
77d35b95e2
commit
d7a0f4cb4c
|
@ -24,7 +24,7 @@ env:
|
|||
jobs:
|
||||
# build-release-macos: # LF volunteer
|
||||
|
||||
build-win-py310: # RCs will still be built and signed by hand
|
||||
build-win: # RCs will still be built and signed by hand
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue