File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -249,13 +249,13 @@ jobs:
249
249
runs-on : ubuntu-latest
250
250
needs : [android, zig, linux, darwin]
251
251
steps :
252
- - if : github.event.inputs.goneonize
252
+ - if : ${{ github.event.inputs.goneonize }}
253
253
name : Download Artifact
254
254
uses : actions/download-artifact@v4
255
255
with :
256
256
merge-multiple : true
257
257
path : sharedlib
258
- - if : github.event.inputs.goneonize
258
+ - if : ${{ github.event.inputs.goneonize }}
259
259
name : Upload shared library to draft release
260
260
uses : softprops/action-gh-release@v1
261
261
with :
@@ -276,7 +276,7 @@ jobs:
276
276
run : |
277
277
uv sync --dev
278
278
uv run task version neonize --set-version ${{ github.event.inputs.version }}
279
- - if : github.event.inputs.goneonize
279
+ - if : ${{ github.event.inputs.goneonize }}
280
280
name : set target goneonize to ${{ github.event.inputs.version }}
281
281
run : uv run task version goneonize --set-version ${{ github.event.inputs.version }}
282
282
- if : ${{ !github.event.inputs.goneonize }}
You can’t perform that action at this time.
0 commit comments