Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilvx committed Jan 31, 2025
1 parent 0ad5e00 commit 84b0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
if: ${{ github.event.inputs.binary_build == 'false' }}
if: ${{ github.event.inputs.binary_build == 'true' }}
runs-on: ${{ matrix.os }}
name: Create binary on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 84b0c04

Please sign in to comment.