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 GHCI publish script should not regenerate the ZIP and JSON file before uploading it to the server because the sha256sum of the newly generated ZIP file will not match the one in the release (because of timestamp changes for the source files).
Instead, the package script should just pull the generated JSON file from the release and push it to the boards URL w/o adjustment.
The text was updated successfully, but these errors were encountered:
Fixesesp8266#8180
The draft release generates a ZIP and JSON. Instead of rebuilding the ZIP
on the publish step (which may result in a different SHA256 due to file time
differences in the new ZIP), just copy the one from the published release
directly.
Also clean up and remove unneeded environment variables and CI steps.
* Copy released JSON to board URL, not new one
Fixes#8180
The draft release generates a ZIP and JSON. Instead of rebuilding the ZIP
on the publish step (which may result in a different SHA256 due to file time
differences in the new ZIP), just copy the one from the published release
directly.
Also clean up and remove unneeded environment variables and CI steps.
* Be more paranoid about JSON format, check after d/l
The GHCI publish script should not regenerate the ZIP and JSON file before uploading it to the server because the
sha256sum
of the newly generated ZIP file will not match the one in the release (because of timestamp changes for the source files).Instead, the package script should just pull the generated JSON file from the release and push it to the boards URL w/o adjustment.
The text was updated successfully, but these errors were encountered: