Skip to content

Fix missing assets in iOS IPA workflow - #4

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

JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job-again

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS IPA GitHub Actions job failed during PPC source generation because default.xex and other private build assets were unavailable.

  • Workflow changes
    • Check out the configured private asset repository.
    • Copy its contents into UnleashedRecompLib/private before host-side generation.
- name: Checkout private assets
  uses: actions/checkout@v4
  with:
    repository: ${{ secrets.ASSET_REPO }}
    token: ${{ secrets.ASSET_REPO_TOKEN }}
    path: ./private

- name: Prepare project assets
  run: cp ./private/* ./UnleashedRecompLib/private

Co-authored-by: JMillz269 <24706996+JMillz269@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix failing GitHub Actions job Fix missing assets in iOS IPA workflow Sep 2, 2026
Copilot AI requested a review from JMillz269 September 2, 2026 21:41
@JMillz269
JMillz269 marked this pull request as ready for review September 2, 2026 21:41
@JMillz269
JMillz269 merged commit 7d457de 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