Skip to content

Commit 7308537

Browse files
committed
Change message of continuous build release pages
1 parent a06c610 commit 7308537

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/scripts/setup_build_variables.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ else
3838
echo "Building ksnip version ${VERSION_NUMBER}"
3939
echo "VERSION=${VERSION_NUMBER}" >> $GITHUB_ENV
4040
fi
41+
42+
43+
# Message show on the release page
44+
UPLOADTOOL_BODY="GitHub Action build logs: https://github.com/ksnip/ksnip/actions"
45+
echo "UPLOADTOOL_BODY=$UPLOADTOOL_BODY" >> $GITHUB_ENV

0 commit comments

Comments
 (0)