Closed
Description
The actual manual steps are:
- download the six extra tarballs
- download GitHub SHA256SUMS
- compute the
sha256sum --tag haskell-language-server* >> SHA256SUMS
- upload the new six tarballs and replace SHA256SUMS in the GitHub release
so we have to find a way to
-
- download SHA256SUMS from GitHub to gitlab machine using GH API
-
- update it with all new checksums (maybe in one unique env which should access tarballs from all jobs)
-
- upload all artifacts to GitHub release using GH api (will need a GH Auth token in secrets)
cc @hasufell