Call to update generator before uploading artifacts

This commit is contained in:
Manuel Cortez 2021-01-19 16:19:14 -06:00
parent 18fd1610bf
commit 2ef50b73c4

View File

@ -98,6 +98,7 @@ upload:
interruptible: true
script:
- cd artifacts
- python ../scripts/generate_update_file.py
- python ../scripts/upload.py
only:
- master