We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbbee5 commit af62fbaCopy full SHA for af62fba
1 file changed
.github/workflows/publish.yaml
@@ -78,8 +78,6 @@ jobs:
78
zip_path = f"dist/reveng_binary_ninja_plugin_${{ matrix.package-name }}.zip"
79
80
with zipfile.ZipFile(zip_path, 'w', zipfile.ZIP_DEFLATED) as zf:
81
- # Add the entry file to root
82
- zf.write("reai_toolkit_entry.py", "reai_toolkit_entry.py")
83
84
# Add all files from reai_toolkit/ to root of zip
85
for root, dirs, files in os.walk("reai_toolkit"):
@@ -122,4 +120,4 @@ jobs:
122
120
Extract into your Binary Ninja plugins folder.
123
121
files: dist/**/*.zip
124
env:
125
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments