Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
This should be name instead of title with action-gh-release

Signed-off-by: Mary Guillemard <[email protected]>
  • Loading branch information
marysaka committed Sep 7, 2024
1 parent 0abd6e5 commit b44f819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
tag_name: "latest"
prerelease: true
title: "Ghidra Falcon Nightly (${{steps.date.outputs.date}})"
name: "Ghidra Falcon Nightly (${{steps.date.outputs.date}})"
files: Falcon*/*.zip
fail_on_unmatched_files: true

Expand All @@ -86,6 +86,6 @@ jobs:
uses: softprops/action-gh-release@v2
with:
prerelease: false
title: "Ghidra Falcon ${{github.ref_name}}"
name: "Ghidra Falcon ${{github.ref_name}}"
files: Falcon*/*.zip
fail_on_unmatched_files: true

0 comments on commit b44f819

Please sign in to comment.