. @zmk builds on GitHub Actions have always been uploading artifacts as "firmware.zip". It has always been utter annoying to me.
So I wrote a small GitHub Actions workflow to overcome this: It adds built firmware files to the release as separate files, just like QMK does:
https://github.com/Ardakilic/zmk-config/commit/0a04b0106389c2517413cfe9c695939bd17d5cf8
Example release:
https://github.com/Ardakilic/zmk-config/releases/tag/latest
Might be useful for you. It definitely will be for me :)
I wish this was in core ZMK thogh.





