Skip to content

Commit 9d3870d

Browse files
include release notes in webhook
1 parent 96f03d1 commit 9d3870d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/UploadToCDN.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
R2_PATH: "assets/ghost_esp.fap"
5050
run: |
5151
rclone copyto ghost_esp.fap "cloudflare:${R2_BUCKET}/${R2_PATH}" --s3-no-check-bucket --progress
52-
52+
5353
- name: Notify Discord
5454
if: success()
5555
env:
@@ -68,6 +68,11 @@ jobs:
6868
"name": "Download",
6969
"value": "https://cdn.spookytools.com/assets/ghost_esp.fap",
7070
"inline": true
71+
},
72+
{
73+
"name": "Release Notes",
74+
"value": "${{ steps.get_release.outputs.description }}",
75+
"inline": false
7176
}
7277
],
7378
"timestamp": "${TIMESTAMP}"

0 commit comments

Comments
 (0)