Skip to content

Commit 5c70996

Browse files
committed
ci: fix
1 parent 0f22d9c commit 5c70996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)