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
I'm currently trying to get Sparkle to play nicely in a GitHub Actions workflow.
I just ran into a case where generate_appcast seemed to stall for an hour before I aborted.
I'm ASSUMING it's because there was a popup (or similar) related to Keychain Access.
I can hopefully workaround this by --ed-key-file instead, as per the documentation, however, it would be super handy if generate_appcast could be made to output verbose logging for CI purposes.
The text was updated successfully, but these errors were encountered:
Yeah but it's a private option and may not be all that encompassing / formalized. Formalizing it and making it apply for all of generate_appcast's logic might be a reasonable request.
I'm currently trying to get Sparkle to play nicely in a GitHub Actions workflow.
I just ran into a case where
generate_appcast
seemed to stall for an hour before I aborted.I'm ASSUMING it's because there was a popup (or similar) related to Keychain Access.
I can hopefully workaround this by
--ed-key-file
instead, as per the documentation, however, it would be super handy ifgenerate_appcast
could be made to output verbose logging for CI purposes.The text was updated successfully, but these errors were encountered: