ci: add expire_in to sign_windows job artifacts

Summary

  • sign_windows_glab and sign_windows_installer were missing expire_in on their artifact definitions
  • Signed Windows binaries were accumulating in artifact storage indefinitely
  • Set expire_in: 7 days to match all other artifact-producing jobs in the pipeline

Test plan

  • Verify CI pipeline passes
  • Confirm signed Windows artifact jobs show artifacts_expire_at set after next pipeline run

Merge request reports

Loading