From d2c2d6e75f7d0b02bf28ef4b6f9126a0bda99da4 Mon Sep 17 00:00:00 2001 From: Percs <83934299+Percslol@users.noreply.github.com> Date: Thu, 7 Nov 2024 14:08:41 -0600 Subject: [PATCH] include commit url in release upload --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72c88e5..9bfce81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,6 +91,6 @@ jobs: name: Continuous Build tag: latest commit: main - body: ${{ github.event.head_commit.message }} + body: "${{ github.event.head_commit.url }} ${{ github.event.head_commit.message }}" artifacts: "scramjet.zip" prerelease: true