Skip to content

Allow unsigned Windows desktop release#31

Merged
DragonnZhang merged 1 commit into
mainfrom
codex/allow-unsigned-windows-desktop-release
Jun 16, 2026
Merged

Allow unsigned Windows desktop release#31
DragonnZhang merged 1 commit into
mainfrom
codex/allow-unsigned-windows-desktop-release

Conversation

@DragonnZhang

Copy link
Copy Markdown
Collaborator

What changed

Relaxed the Windows branch of desktop-release.yml so desktop releases no longer fail when WIN_CSC_LINK and WIN_CSC_KEY_PASSWORD are absent.

Why

release up desktop was still treating Windows signing as mandatory for published releases, which does not match the intended OpenWork release flow.

Root cause

The workflow still hard-failed in the Windows signing setup step when no Windows certificate secrets were configured. That logic was left in place even though the Windows release channel is expected to support unsigned artifacts.

Impact

Windows desktop release jobs can now continue without signing credentials. Dry runs keep the informational unsigned message, and published releases now emit a warning instead of failing.

Validation

  • git diff --check
  • npx prettier --check .github/workflows/desktop-release.yml

@DragonnZhang DragonnZhang changed the title [codex] Allow unsigned Windows desktop release Allow unsigned Windows desktop release Jun 16, 2026
@DragonnZhang DragonnZhang marked this pull request as ready for review June 16, 2026 05:28
@DragonnZhang DragonnZhang merged commit cd94506 into main Jun 16, 2026
1 check 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