Skip to content

Handle missing private assets in iOS Actions workflow - #9

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

Handle missing private assets in iOS Actions workflow#9
JMillz269 merged 2 commits into
metalfrom
copilot/fix-github-actions-job-please-work

Conversation

Copilot AI commented Sep 2, 2026

Copy link
Copy Markdown

The iOS Actions job failed during asset preparation because the checked-out private repository did not contain default.xex. The workflow now handles unavailable private assets without failing the job.

  • Asset preparation
    • Records whether required game assets are available.
    • Emits a warning and exits cleanly when default.xex is absent.
  • Conditional build
    • Gates Xcode setup, compilation, IPA packaging, and artifact upload on asset availability.
    • Retains the existing build path when assets are present.
if: steps.prepare-assets.outputs.available == 'true'

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