Add date to index.

This commit is contained in:
Brad Nelson
2021-12-17 21:21:53 -08:00
parent dc8361687b
commit fdf823c7af
2 changed files with 14 additions and 4 deletions

View File

@ -352,7 +352,7 @@ publish-windows: $(WINDOWS)/uEf32.exe $(WINDOWS)/uEf64.exe
$(ARCHIVE)/uEf64-$(VERSION).exe
publish-index: | $(GEN)
$(GSUTIL) ls gs://eforth/releases | tools/webindex.py >$(GEN)/archive.html
$(GSUTIL) ls -l gs://eforth/releases | tools/webindex.py >$(GEN)/archive.html
$(GSUTIL_CP) \
$(GEN)/archive.html \
gs://eforth/releases/archive.html