include commit url in release upload

This commit is contained in:
Percs 2024-11-07 14:08:41 -06:00
parent 59d01cfd94
commit d2c2d6e75f

View file

@ -91,6 +91,6 @@ jobs:
name: Continuous Build name: Continuous Build
tag: latest tag: latest
commit: main commit: main
body: ${{ github.event.head_commit.message }} body: "${{ github.event.head_commit.url }} ${{ github.event.head_commit.message }}"
artifacts: "scramjet.zip" artifacts: "scramjet.zip"
prerelease: true prerelease: true