Open jpcornil-git opened 3 weeks ago
The changes in the pull request primarily involve modifications to the workflow file .github/workflows/archive_build.yml
. The previous steps for checking out the repository and its submodules have been removed, and a new step has been added to fetch a binary directly using wget
from a specific firmware release. Additionally, the path for archiving build artifacts has been updated from build/*.hex
to ./*.hex
, indicating a change in the expected location of the hex files.
File Path | Change Summary |
---|---|
.github/workflows/archive_build.yml | Removed steps for checking out the repository and submodules; added step to fetch a binary using wget ; updated artifact path from build/*.hex to ./*.hex . |
sequenceDiagram
participant Workflow
participant GitHubRepo
participant ArtifactStorage
Workflow->>GitHubRepo: Fetch binary using wget
GitHubRepo-->>Workflow: Return binary
Workflow->>ArtifactStorage: Archive binary at ./*.hex
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?
@jpcornil-git it seems to work to let your firmware be installable through ayab-webtool
, see https://code.jonathanperret.net/ayab-webtool/#pr=209
Maybe flesh out the PR description a bit so that the reason for this PR is clear to others?
In addition you may mark the PR as draft, it won't affect ayab-webtool
.
@coderabbitai ignore
Add AyabAsync v1.1.3 uno firmware to webtool to ease testing by others
More information about firmware features is available here: https://github.com/jpcornil-git/ayabAsync-firmware/releases/tag/v1.1.3
Firmware binaries for atmega2560 and uno R4 are also available from the link above