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

Copy released JSON to board URL, not new one #8182

Merged
merged 2 commits into from
Jun 28, 2021

Conversation

earlephilhower
Copy link
Collaborator

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.

Fixes esp8266#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.
@earlephilhower earlephilhower added this to the 3.1 milestone Jun 27, 2021
Copy link
Collaborator

@d-a-v d-a-v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but we never know until this is tested IRL.
Thanks for digging into this !

@d-a-v d-a-v merged commit d8b70d4 into esp8266:master Jun 28, 2021
@earlephilhower earlephilhower deleted the cirel1 branch June 28, 2021 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package script should take pre-gen'd JSON from draft, not make a new one
2 participants