Skip to content

Commit 4fee9a2

Browse files
author
MerrickZ
committed
pack
1 parent 682b6a8 commit 4fee9a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pack.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,20 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
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}}
4750
draft: true
4851
prerelease: false
4952

5053
- name: publish to github
54+
id: upload-release-asset
5155
uses: actions/upload-release-asset@v1
5256
env:
5357
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5458
with:
5559
upload_url: ${{ steps.create_release.outputs.upload_url }}
56-
asset_path: rmdup_${{github.sha}}.zip
60+
asset_path: ./rmdup_${{github.sha}}.zip
5761
asset_name: rmdup_${{github.sha}}.zip
5862
asset_content_type: application/zip

0 commit comments

Comments
 (0)