Closed jpcornil-git closed 5 days ago
The pull request introduces modifications to the .github/workflows/archive_build.yml
workflow file. An environment variable named AYAB_VERSION
is added, set to v1.1.1
. The workflow steps are revised to eliminate previous repository checkout and firmware build steps, replacing them with a new "Fetch binary" step that downloads a firmware file using wget
. This step includes error handling for file existence. Additionally, a verification step checks for .hex
files in the current directory, and the artifact archiving path is updated to include these files.
File | Change Summary |
---|---|
.github/workflows/archive_build.yml | - Added environment variable AYAB_VERSION set to v1.1.1 . - Removed steps for checking out repository and building firmware. - Added "Fetch binary" step to download firmware using wget with error handling. - Added verification step for the presence of .hex files. - Updated artifact archiving path to include .hex files in the current directory. |
[!WARNING]
Tool Failures:
Tool Failure Count:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Add AyabAsync v1.1.1 uno firmware to webtool to ease testing by others
More information about firmware changes/features is available here: https://github.com/jpcornil-git/ayabAsync-firmware/releases/tag/v1.1.1
Firmware binaries for atmega2560 and uno R4 are also available from the link above
Summary by CodeRabbit
New Features
Bug Fixes
.hex
files, ensuring better reliability during the build process.Chores