Skip to content

Fix iOS workflow asset preparation - #8

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

Fix iOS workflow asset preparation#8
JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job-one-more-time

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS Actions job failed during host-side generation because default.xex was not available at the CMake-expected path.

  • Asset discovery

    • Locate assets recursively when the private repository uses a nested directory.
    • Copy the discovered asset set into UnleashedRecompLib/private.
  • Pre-build validation

    • Require both default.xex and default.xexp before starting CMake generation.
asset_file="$(find ./private -name default.xex -type f -print -quit)"
asset_dir="$(dirname "${asset_file}")"
cp -RL "${asset_dir}"/* ./UnleashedRecompLib/private/

Co-authored-by: JMillz269 <24706996+JMillz269@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Fix iOS workflow asset preparation Sep 2, 2026
Copilot AI requested a review from JMillz269 September 2, 2026 23:11
@JMillz269
JMillz269 marked this pull request as ready for review September 2, 2026 23:12
@JMillz269
JMillz269 merged commit 149a748 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