This commit is contained in:
cwilvx
2025-01-31 15:14:26 +03:00
parent 0ad5e0073e
commit 84b0c044f7
+1 -1
View File
@@ -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: