Skip to content

Commit e2b8d2d

Browse files
committed
Fix editing of HISTORY on FLINT server
1 parent 90cc9ae commit e2b8d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,6 @@ jobs:
245245
done
246246
247247
# Rebuild the website and append version-date tuple to HISTORY
248-
ssh -t [email protected] 'cd ~/flintwebpage && date +'"'"'%Y-%m-%d'"'"' >> HISTORY && export LANG=en_US.UTF-8 && python3 downloads.py ~/apps/flintlib_org && python3 build.py ~/apps/flintlib_org'
248+
ssh -t [email protected] 'cd ~/flintwebpage && printf "%-12s%s\n" '"${FLINT_VERSION}"' "$(date +%Y-%m-%d)" >> HISTORY && export LANG=en_US.UTF-8 && python3 downloads.py ~/apps/flintlib_org && python3 build.py ~/apps/flintlib_org'
249249
250250
# TODO: we could / should perhaps also test `make install` ?

0 commit comments

Comments
 (0)