File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -67,11 +67,11 @@ jobs:
67
67
- name : List files
68
68
run : ls -lhR
69
69
70
- - name : Release stable
70
+ - name : Release nightly
71
71
if : github.ref == 'refs/heads/main'
72
72
uses : softprops/action-gh-release@v2
73
73
with :
74
- draft : true
74
+ draft : false
75
75
generate_release_notes : true
76
76
fail_on_unmatched_files : true
77
77
prerelease : true
@@ -84,12 +84,11 @@ jobs:
84
84
if : contains(github.ref, 'refs/tags/v')
85
85
uses : softprops/action-gh-release@v2
86
86
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 }})"
89
89
draft : true
90
90
prerelease : false
91
91
generate_release_notes : true
92
92
fail_on_unmatched_files : true
93
- name : " Ghidra GhidraYara ${{github.ref_name}}"
94
93
files : GhidraYara_Ghidra_*/*.zip
95
94
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments