CakeML / regression

Regression testing infrastructure for CakeML
https://cakeml.org/regression.cgi
GNU General Public License v3.0
3 stars 8 forks source link

Try to fix asset upload for automatic GitHub releases #26

Closed hrutvik closed 10 months ago

hrutvik commented 10 months ago

To construct the URL for asset upload, I incorrectly used a release name ("v1234") rather than GitHub's release identifier (some integer). This PR attempts to fix that: a GraphQL query uses the release tag to find the release identifier, before constructing the correct asset upload URL. This also required moving the JSON parsing up in the file. I tested the changes manually using a fork of CakeML, and asset upload seemed to work.