fix(build): sync scheduled nightly workflow#136
Merged
Conversation
74c018d to
48d1e7f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
macos-latest, matching the working AccessiWeather patternChangelog
No
CHANGELOG.mdentry is included because this is a default-branch CI/release workflow correction, not a user-visible app change. I also removed the stale release-push work from the branch before merge.Why
The failing May 27 PortkeyDrop nightly was produced by the workflow definition on
main, even though it checked outdevfor source. Thatmainworkflow still used the older PyInstaller macOS packaging path, and the published macOS binary contains PyInstaller bootloader strings matching the reported[PYI-... Module object for struct is NULL]traceback.Verification
actionlint .github\workflows\build.ymlSelect-String -Path .github\workflows\build.yml -Pattern 'PyInstaller|pyinstaller|installer/build.py|push-releases|push-to-wordpress|WP_|update-wordpress' -CaseSensitive:$falseproduced no matchesgit diff --check