Skip to content

Fix iOS IPA workflow private asset copy - #7

Merged
JMillz269 merged 2 commits into
metalfrom
copilot/fix-failing-github-actions-job
Sep 2, 2026
Merged

Fix iOS IPA workflow private asset copy#7
JMillz269 merged 2 commits into
metalfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS IPA GitHub Actions job fails while generating host build artifacts because CMake cannot resolve UnleashedRecompLib/private/default.xex.

  • Asset staging
    • Dereference symlinks while recursively copying private assets into the build input directory.
run: cp -RL ./private/* ./UnleashedRecompLib/private

This preserves recursive asset support while ensuring CMake/Ninja receives usable asset files.

Co-authored-by: JMillz269 <24706996+JMillz269@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix the failing GitHub Actions job Fix iOS IPA workflow private asset copy Sep 2, 2026
Copilot AI requested a review from JMillz269 September 2, 2026 23:00
@JMillz269
JMillz269 marked this pull request as ready for review September 2, 2026 23:00
@JMillz269
JMillz269 merged commit a6a709d into metal Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants