mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40:01 -04:00
include commit url in release upload
This commit is contained in:
parent
59d01cfd94
commit
d2c2d6e75f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue