Skip to content

Commit 9d3867e

Browse files
committed
fix: github action
1 parent 0af7fba commit 9d3867e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}
1616
jobs:
1717
android:
18-
if: github.event.inputs.goneonize
18+
if: ${{ github.event.inputs.goneonize }}
1919
runs-on: ubuntu-20.04
2020
steps:
2121
- uses: actions/checkout@v4
@@ -70,7 +70,7 @@ jobs:
7070
name: Android
7171
path: neonize/*.so
7272
zig:
73-
if: github.event.inputs.goneonize
73+
if: ${{ github.event.inputs.goneonize }}
7474
runs-on: ubuntu-20.04
7575
steps:
7676
- uses: actions/checkout@v4
@@ -133,7 +133,7 @@ jobs:
133133
LIBS/*.so
134134
LIBS/*.dll
135135
linux:
136-
if: github.event.inputs.goneonize
136+
if: ${{ github.event.inputs.goneonize }}
137137
runs-on: ubuntu-20.04
138138
steps:
139139
- uses: actions/checkout@v4
@@ -194,7 +194,7 @@ jobs:
194194
name: Linux
195195
path: LIBS/*.so
196196
darwin:
197-
if: github.event.inputs.goneonize
197+
if: ${{ github.event.inputs.goneonize }}
198198
runs-on: macos-latest
199199
steps:
200200
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)