FujiNetWIFI / fujinet-firmware

8-bit systems to ESP32 WiFi Multifunction Firmware
https://fujinet.online
GNU General Public License v3.0
224 stars 68 forks source link

add step to fix name for upload #746

Closed benjamink closed 4 months ago

benjamink commented 4 months ago

Fix firmware file output name to something standard so the deploy-nightly workflow step can find it when build targets don't match matrix item names.

Also removed the date stamp from the file name for Andy.

NOTE: need to manually delete the old asset files with the date from the Nightly Builds Release since the new files will have different names so won't overwrite current ones.

tschak909 commented 4 months ago

Thank you!