Skip to content

Fix signed candidate collection of final desktop bundles - #13

Merged
Divaaaan merged 1 commit into
mainfrom
fix/signed-bundle-discovery-20260912
Sep 12, 2026
Merged

Divaaaan merged 1 commit into
mainfrom
fix/signed-bundle-discovery-20260912

Conversation

@Divaaaan

Copy link
Copy Markdown
Owner

The signed Linux preparation built its packages, then failed during collection because recursively searching bundle/ entered the deep AppImage staging tree. Select the exact final files directly from Tauri's nsis, dmg, macos, deb and appimage directories; Arch keeps its direct package path.

The collector rejects symlinked path components, nonregular payloads, case-alias ambiguity, and a missing expected file even when a same-named copy exists in another directory.

Validation: the real deep AppDir/deb filesystem fixture reproduced the original failure before the fix. All desktop layout, wrong-location and symlink fixtures now pass. The complete Node workflow/release suite passed 91 tests; one duplicate-case filesystem test is skipped on this case-insensitive NTFS volume and runs on case-sensitive CI. git diff --check passed. Hosted signed preparation must run again from the merged commit.

@Divaaaan
Divaaaan marked this pull request as ready for review September 12, 2026 08:12
@Divaaaan
Divaaaan merged commit c8d2b67 into main Sep 12, 2026
8 checks passed
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