Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI/CD] Windows update sha512 case error #645

Closed
BrettCleary opened this issue Nov 18, 2023 · 0 comments · Fixed by #646
Closed

[CI/CD] Windows update sha512 case error #645

BrettCleary opened this issue Nov 18, 2023 · 0 comments · Fixed by #646
Assignees
Labels
CI/CD Improves CI CD

Comments

@BrettCleary
Copy link
Collaborator

The latest.yml file is being generated as following

files:
- size: 188289376
  url: HyperPlay-0.9.0-Setup-x64.exe
  sha512: 7DC4E9B2429F31B79C41F17FECF0CE7058C37E10B38D3D3655140D0043874E692606D6E27F4AB1006C69E8A6CBF0A6607852AEC8982EBA39900946654038C40B
path: HyperPlay-0.9.0-Setup-x64.exe
version: 0.9.0
sha512: 7dc4e9b2429f31b79c41f17fecf0ce7058c37e10b38d3d3655140d0043874e692606d6e27f4ab1006c69e8a6cbf0a6607852aec8982eba39900946654038c40b
releaseDate: 2023-11-17T20:30:50.391Z

which gives this error when auto updating
image

After changing it to the following, auto-updating successfully completes

files:
- size: 188289376
  url: HyperPlay-0.9.0-Setup-x64.exe
  sha512: 7dc4e9b2429f31b79c41f17fecf0ce7058c37e10b38d3d3655140d0043874e692606d6e27f4ab1006c69e8a6cbf0a6607852aec8982eba39900946654038c40b
path: HyperPlay-0.9.0-Setup-x64.exe
version: 0.9.0
sha512: 7dc4e9b2429f31b79c41f17fecf0ce7058c37e10b38d3d3655140d0043874e692606d6e27f4ab1006c69e8a6cbf0a6607852aec8982eba39900946654038c40b
releaseDate: 2023-11-17T20:30:50.391Z
@BrettCleary BrettCleary added the CI/CD Improves CI CD label Nov 18, 2023
@flavioislima flavioislima linked a pull request Nov 19, 2023 that will close this issue
4 tasks
BrettCleary pushed a commit that referenced this issue Nov 27, 2023
* [FIX] [CI/CD] Windows update sha512 case error #645

* chore: submodules

---------

Co-authored-by: Flavio F Lima <flavioislima@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Improves CI CD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants