Commit 4fee9a2 MerrickZ
committed
1 parent 682b6a8 commit 4fee9a2 Copy full SHA for 4fee9a2
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,20 @@ jobs:
43
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
44
with :
45
45
tag_name : ${{ github.sha }}
46
- release_name : ${{ github.sha }}
46
+ release_name : release ${{ github.sha }}
47
+ body : |
48
+ ${{ github.sha }}
49
+ ${{ github.event.head_commit.message}}
47
50
draft : true
48
51
prerelease : false
49
52
50
53
- name : publish to github
54
+ id : upload-release-asset
51
55
uses : actions/upload-release-asset@v1
52
56
env :
53
57
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54
58
with :
55
59
upload_url : ${{ steps.create_release.outputs.upload_url }}
56
- asset_path : rmdup_${{github.sha}}.zip
60
+ asset_path : ./ rmdup_${{github.sha}}.zip
57
61
asset_name : rmdup_${{github.sha}}.zip
58
62
asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments