Skip to content

Commit

Permalink
Fixed CI release title
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrptdev2 committed Oct 10, 2024
1 parent 0edb17b commit 8e36d5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ jobs:
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }} (${{ matrix.arch }})
name: Release ${{ github.ref }}
draft: true
prerelease: false
generate_release_notes: true
fail_on_unmatched_files: true
name: "Ghidra GhidraYara ${{github.ref_name}}"
files: GhidraYara_Ghidra_*/*.zip
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e36d5c

Please sign in to comment.