File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
UV_PUBLISH_TOKEN : ${{ secrets.PYPI_TOKEN }}
16
16
jobs :
17
17
android :
18
- if : github.event.inputs.goneonize
18
+ if : ${{ github.event.inputs.goneonize }}
19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- uses : actions/checkout@v4
70
70
name : Android
71
71
path : neonize/*.so
72
72
zig :
73
- if : github.event.inputs.goneonize
73
+ if : ${{ github.event.inputs.goneonize }}
74
74
runs-on : ubuntu-20.04
75
75
steps :
76
76
- uses : actions/checkout@v4
@@ -133,7 +133,7 @@ jobs:
133
133
LIBS/*.so
134
134
LIBS/*.dll
135
135
linux :
136
- if : github.event.inputs.goneonize
136
+ if : ${{ github.event.inputs.goneonize }}
137
137
runs-on : ubuntu-20.04
138
138
steps :
139
139
- uses : actions/checkout@v4
@@ -194,7 +194,7 @@ jobs:
194
194
name : Linux
195
195
path : LIBS/*.so
196
196
darwin :
197
- if : github.event.inputs.goneonize
197
+ if : ${{ github.event.inputs.goneonize }}
198
198
runs-on : macos-latest
199
199
steps :
200
200
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments