Skip to content

Commit

Permalink
CI: fix naming of windows build action (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver authored Nov 29, 2024
1 parent 77d35b9 commit d7a0f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7a0f4c

Please sign in to comment.