Skip to content

Commit 8e36d5c

Browse files
committed
Fixed CI release title
1 parent 0edb17b commit 8e36d5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,10 @@ jobs:
8585
uses: softprops/action-gh-release@v2
8686
with:
8787
tag_name: ${{ github.ref }}
88-
name: Release ${{ github.ref }} (${{ matrix.arch }})
88+
name: Release ${{ github.ref }}
8989
draft: true
9090
prerelease: false
9191
generate_release_notes: true
9292
fail_on_unmatched_files: true
93-
name: "Ghidra GhidraYara ${{github.ref_name}}"
9493
files: GhidraYara_Ghidra_*/*.zip
9594
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)