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 0edb17b commit 8e36d5cCopy full SHA for 8e36d5c
.github/workflows/build.yml
@@ -85,11 +85,10 @@ jobs:
85
uses: softprops/action-gh-release@v2
86
with:
87
tag_name: ${{ github.ref }}
88
- name: Release ${{ github.ref }} (${{ matrix.arch }})
+ name: Release ${{ github.ref }}
89
draft: true
90
prerelease: false
91
generate_release_notes: true
92
fail_on_unmatched_files: true
93
- name: "Ghidra GhidraYara ${{github.ref_name}}"
94
files: GhidraYara_Ghidra_*/*.zip
95
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments