You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, I know now why it behaves the way it does. In examples it is not compiling the firmware-action binary, it is fetching it from releases on GitHub. But we had some breaking changes since.
Problem is that the example CI does not detect that firmware-action needs to be compiled in this instance. It detects if compilation is needed based on diff of action/ directory compared to main and not compared to latest release.
Oh, I know now why it behaves the way it does. In examples it is not compiling the
firmware-action
binary, it is fetching it from releases on GitHub. But we had some breaking changes since.Problem is that the example CI does not detect that
firmware-action
needs to be compiled in this instance. It detects if compilation is needed based on diff ofaction/
directory compared tomain
and not compared to latest release.Originally posted by @AtomicFS in #410 (comment)
The text was updated successfully, but these errors were encountered: