CI: fix naming of windows build action (#4286)

This commit is contained in:
black-sliver 2024-11-29 20:49:36 +01:00 committed by GitHub
parent 77d35b95e2
commit d7a0f4cb4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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