Currently, https://github.com/probonopd/static-tools/releases/tag/continuous shows eda9edf even though the files attached to it are from newer commits.
We need to
- Check whether the
continuous release belongs to the same sha commit as what we are currently building
- If not, then we need to delete the old
continuous release and create a new one before we start uploading to it
- The above should only be done once we know that the build succeeded up to the point where we want to upload
@Tachi107 do you know how to do this?