Skip to content

Commit

Permalink
GH/releases/continuous: add link for alt builds outside GH
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jan 9, 2025
1 parent c55fdd8 commit 2365a00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/scripts/create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ fi
DATE=$(date -Iminutes)
if [ "$VERSION" = continuous ]; then
TITLE='continuous builds'
SUMMARY='Current builds from Git master branch. macOS alternative build is rebuilt daily, Linux ARM builds weekly. Archived builds can be found [here](https://frakira.fi.muni.cz/~xpulec/ug-nightly-archive/).'
SUMMARY="Current builds from Git master branch. macOS alternative\
build is rebuilt daily, Linux ARM builds weekly. Archived builds can be\
found [here](https://frakira.fi.muni.cz/~xpulec/ug-nightly-archive/),\
additional alternative builds\
[here](https://frakira.fi.muni.cz/~xpulec/ug-alt-builds/)."
PRERELEASE=true
else
TITLE="UltraGrid $VERSION"
Expand Down

0 comments on commit 2365a00

Please sign in to comment.