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 90cc9ae commit e2b8d2dCopy full SHA for e2b8d2d
.github/workflows/release.yml
@@ -245,6 +245,6 @@ jobs:
245
done
246
247
# 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'
+ 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'
249
250
# TODO: we could / should perhaps also test `make install` ?
0 commit comments