ci: add SideStore build publishing - #273
Closed
louismollick wants to merge 7 commits into
Closed
Conversation
* ci: automate SideStore publishing * ci: use macos-26 runner for SideStore iOS builds ExpoModulesJSI resolves the apple Swift package, which requires Swift 6.2 (Xcode 26). macos-15 ships Swift 6.1 and fails package resolution.
Coverage badge commits move master forward without triggering ios-sidestore-build, so skip publish only when a newer successful main SideStore build exists, not when HEAD no longer matches BUILD_SHA.
gh api --jq accepts only the jq program, not jq CLI flags like --argjson. Inline the run number in the filter instead.
upload-artifact preserves the build/ path prefix, so publish must look under artifact/build/ for the packaged IPA.
Add workflow_dispatch so a successful build artifact can be published without rerunning the macOS job. Resolve build-run metadata from the API when dispatching manually.
gh release upload ignores the #rename suffix when the local path contains directories, so source.json pointed at an asset that was never uploaded under that name.
louismollick
force-pushed
the
sync/fork-master-2026-08-21
branch
from
August 21, 2026 06:17
dfe0df0 to
df849cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rebases the SideStore CI work from
louismollick/substreamer:masteronto the latest upstreammaster. Four obsolete coverage-badge commits were dropped during the rebase.Changes
expo-scroll-to-topmodule sonpm cisucceedsTesting
npm cipassesnpm run test:sidestore-sourcepassesnpm run test:sidestore-ipapassesnpx tsc --noEmitpassesnpx jest --no-coveragepassesRelated Issues
None.