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

Commits on Jun 26, 2021

  1. Copy released JSON to board URL, not new one

    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 committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    b20081a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    df5bdd0 View commit details
    Browse the repository at this point in the history