mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
The Locate Windows build artifacts step globbed for a *.nsis.zip updater archive that Tauri 2.x no longer produces. With createUpdaterArtifacts the NSIS installer is signed in place — <name>-setup.exe plus a detached <name>-setup.exe.sig — and that signed installer IS the updater artifact; the .nsis.zip was the deprecated v1Compatible format. The dead glob returned empty and tripped the not-found guard, failing every Windows release after a clean installer build. Capture the installer's own .sig and rename it in lockstep with the exe so the rolling-release archive name and its detached signature stay consistent. Co-authored-by: Will Pfleger <pfleger.will@gmail.com> Signed-off-by: Will Pfleger <pfleger.will@gmail.com>