You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2nd crash is fixed by da7e5e9. It's from a change I made today where SHA1's get removed from release notes. I use a fixed size string for this but didn't check for hashes greater than 40 characters, which meant it tried to add another character to the string when it's at its capacity.
The 1st crash was because Komac was trying to find the previous relative file path in the zip and couldn't find it because the folder name inside the zip had changed (Quaternion-0.0.95.1/quaternion.exe to Quaternion-0.0.96.1/quaternion.exe). I've changed it so that if this is the case, it will search for just quaternion.exe and then use the path to that exe as the new relative file path.
russellbanks
changed the title
[Bug]: called Option::unwrap() on a None value
[Bug]: Relative file path not updating if folder name inside zip changes
Feb 20, 2024
Is there an existing issue for this?
What happened?
All logs: https://github.com/Exorcism0666/AutoPublish/actions/runs/7978627723/job/21784161875
The text was updated successfully, but these errors were encountered: