Skip to content

Fix recursive iOS asset preparation in GitHub Actions - #6

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

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

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS IPA workflow failed during asset preparation because cp treated checked-out directories as non-copyable files and exited with status 1.

  • Workflow
    • Update the asset copy step to copy directories recursively.
- name: Prepare project assets
  run: cp -R ./private/* ./UnleashedRecompLib/private

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