Skip to content

Commit ee9491f

Browse files
committed
Add action url to release body
1 parent df4258b commit ee9491f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ jobs:
108108
release_name: "${{ github.event_name == 'schedule' && 'Daily master build' || 'Release build' }} ${{ needs.setup-vars.outputs.datetimestr }}"
109109
prerelease: ${{ github.event_name == 'schedule' }}
110110
make_latest: ${{ github.event_name != 'schedule' }}
111+
body: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

0 commit comments

Comments
 (0)