espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
102 stars 21 forks source link

fix: IDE Installer asset name uploaded on server #282

Closed jakub-kocka closed 3 weeks ago

jakub-kocka commented 1 month ago

Description

It would be better to manage the executable name generation in the scope of the calling workflow, but this would probably require passing artifacts. Since this installer is in the "feature freeze" state, this is the low-effort solution.

Related

jakub-kocka commented 3 weeks ago

All the IDE installer executables on Espressif's server would need to be renamed to correspond with the defined way because another IDE installer release was released before this PR got merged (it should be 1 file).

@tomassebestik, can you please help with this as soon as you have time?

TODO:

jakub-kocka commented 3 weeks ago

Thanks @tomassebestik for the review, I am merging this.