File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 files : artifacts/*.*
117117
118118 - name : publish to NuGet
119- if : secrets.NUGET_TOKEN != ''
119+ if : ${{ secrets.NUGET_TOKEN != '' }}
120120 env :
121121 NUGET_AUTH_TOKEN : ${{ secrets.NUGET_TOKEN }}
122122 run : |
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ namespace Dummy
147147## Troubleshooting
148148
149149- DllNotFoundException / EntryPointNotFoundException
150- - Ensure native libs are on PATH/LD_LIBRARY_PATH or set BINARYNINJA_BASE
150+ - Ensure set BINARYNINJA_BASE
151151 - On Native AOT, confirm your RID is correct and you published with PublishAot=true
152152- AccessViolationException
153153 - Check lifetime: ensure using-statements dispose views/sessions before exit
You can’t perform that action at this time.
0 commit comments