We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffc62c commit 7b57f3fCopy full SHA for 7b57f3f
.github/workflows/release.yml
@@ -65,7 +65,9 @@ jobs:
65
run: |
66
BODY=$(jq -nc \
67
--arg title "WaspLauncher Updated" \
68
- --arg desc "${{ github.event.workflow_run.head_commit.message }}" \
+ --arg desc "${{ github.event.workflow_run.head_commit.message }}
69
+
70
+ Download: https://github.com/WaspScripts/wasp-launcher/releases/latest" \
71
--arg url "https://github.com/WaspScripts/wasp-launcher/commit/${{ github.event.workflow_run.head_commit.id }}" \
72
--arg foot "Author: ${{ github.event.workflow_run.head_commit.author.name }}" \
73
--argjson color 16742912 \
0 commit comments