Skip to content

Commit 49ea03d

Browse files
committed
Fixed CI release title
1 parent 0edb17b commit 49ea03d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
- name: List files
6868
run: ls -lhR
6969

70-
- name: Release stable
70+
- name: Release nightly
7171
if: github.ref == 'refs/heads/main'
7272
uses: softprops/action-gh-release@v2
7373
with:
74-
draft: true
74+
draft: false
7575
generate_release_notes: true
7676
fail_on_unmatched_files: true
7777
prerelease: true
@@ -84,12 +84,11 @@ jobs:
8484
if: contains(github.ref, 'refs/tags/v')
8585
uses: softprops/action-gh-release@v2
8686
with:
87-
tag_name: ${{ github.ref }}
88-
name: Release ${{ github.ref }} (${{ matrix.arch }})
87+
tag_name: stable
88+
name: "GhidraYara stable (${{ github.ref }}) (${{steps.date.outputs.date}})"
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)