Skip to content

Commit 7b57f3f

Browse files
committed
fix: add download link
1 parent 4ffc62c commit 7b57f3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
run: |
6666
BODY=$(jq -nc \
6767
--arg title "WaspLauncher Updated" \
68-
--arg desc "${{ github.event.workflow_run.head_commit.message }}" \
68+
--arg desc "${{ github.event.workflow_run.head_commit.message }}
69+
70+
Download: https://github.com/WaspScripts/wasp-launcher/releases/latest" \
6971
--arg url "https://github.com/WaspScripts/wasp-launcher/commit/${{ github.event.workflow_run.head_commit.id }}" \
7072
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
7173
--argjson color 16742912 \

0 commit comments

Comments
 (0)