-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use "stable" URL for downloading GitHub release assets
Using the url of the assets json response returns different data with every request. This URL is therefore unstable and every downloaded file will have a different hash su,m. For being able to create signature we need a stable API that returns the same data with every request. Therefore don't use the url property from the json response and instead the browser_download_url which is stable.
- Loading branch information
1 parent
e760716
commit 974a554
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters