You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/scripts/create_release.sh
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,11 @@ fi
30
30
DATE=$(date -Iminutes)
31
31
if [ "$VERSION"= continuous ];then
32
32
TITLE='continuous builds'
33
-
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/).'
33
+
SUMMARY="Current builds from Git master branch. macOS alternative\
34
+
build is rebuilt daily, Linux ARM builds weekly. Archived builds can be\
35
+
found [here](https://frakira.fi.muni.cz/~xpulec/ug-nightly-archive/),\
0 commit comments