Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 11, 2025
1 parent 0af7fba commit 9d3867e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
jobs:
android:
if: github.event.inputs.goneonize
if: ${{ github.event.inputs.goneonize }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: Android
path: neonize/*.so
zig:
if: github.event.inputs.goneonize
if: ${{ github.event.inputs.goneonize }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
LIBS/*.so
LIBS/*.dll
linux:
if: github.event.inputs.goneonize
if: ${{ github.event.inputs.goneonize }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
name: Linux
path: LIBS/*.so
darwin:
if: github.event.inputs.goneonize
if: ${{ github.event.inputs.goneonize }}
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9d3867e

Please sign in to comment.