Fix find -exec terminator syntax in Stage release APKs step#22
Merged
samuel-asleep merged 2 commits intomasterfrom Mar 24, 2026
Merged
Fix find -exec terminator syntax in Stage release APKs step#22samuel-asleep merged 2 commits intomasterfrom
find -exec terminator syntax in Stage release APKs step#22samuel-asleep merged 2 commits intomasterfrom
Conversation
…line Co-authored-by: samuel-asleep <210051637+samuel-asleep@users.noreply.github.com> Agent-Logs-Url: https://github.com/samuel-asleep/GmsCore/sessions/94c5f244-49a7-4795-9045-b0fe6abe0d64
Copilot
AI
changed the title
[WIP] Fix syntax error in find command in build.yml
Fix Mar 24, 2026
find -exec terminator syntax in Stage release APKs step
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.
The "Stage release APKs" CI step was failing with
find: missing argument to '-exec'because the-execterminator;was placed on a new line after a shell line-continuation\. The shell consumed the\+ newline as a continuation, leaving a bare;interpreted as a command separator rather than being passed tofind.Changes
build.yml: Moved\;onto the same line as the finalfindargument, so the semicolon is correctly passed as a literal argument tofindThe
Ensure apksigner is installedstep was already present before the signing step; no further changes were needed.Original prompt
This pull request was created from Copilot chat.
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.