Skip to content

fix: retain macOS architecture sidecars - #14

Merged
milzamsz merged 1 commit into
mainfrom
fix/v0.3.0-universal-sidecars
Jul 17, 2026
Merged

milzamsz merged 1 commit into
mainfrom
fix/v0.3.0-universal-sidecars

Conversation

@milzamsz

Copy link
Copy Markdown
Owner

Cause

Tauri's universal macOS build invokes architecture-specific app builds. The release preparation built both companion architectures but retained only the merged universal filenames, so packaging could not find flaredeck-cli-aarch64-apple-darwin (and its peers).

Fix

Keep all six architecture-specific companion inputs alongside the three universal binaries used by the smoke check.

Verification

  • node --check scripts/prepare-sidecars.mjs
  • bash scripts/verify.sh
  • release run 29560543949 proved both per-architecture companions build and the universal smoke passes before the filename lookup
  • no GitHub release was created

After green merge, the unpublished failed v0.3.0 tag will again be replaced on the verified merge commit.

@milzamsz
milzamsz merged commit 356b42f into main Jul 17, 2026
1 check passed
@milzamsz
milzamsz deleted the fix/v0.3.0-universal-sidecars branch July 17, 2026 06:55
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.

1 participant