We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4358 commit 23dc481Copy full SHA for 23dc481
.github/workflows/build_on_tag_push.yml
@@ -1,9 +1,9 @@
1
name: Ghidra Extension Publish
2
3
env:
4
- ghidra-url: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1_build/ghidra_11.1_PUBLIC_20240607.zip
5
- ghidra-zip-filename: ghidra_11.1_PUBLIC_20240607.zip
6
- ghidra-directory: ghidra_11.1_PUBLIC
+ ghidra-url: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1.1_build/ghidra_11.1.1_PUBLIC_20240614.zip
+ ghidra-zip-filename: ghidra_11.1.1_PUBLIC_20240614.zip
+ ghidra-directory: ghidra_11.1.1_PUBLIC
7
8
on:
9
push:
0 commit comments