ci: actually sign windows builds in Release env

Signed-off-by: Seth Flynn <getchoo@tuta.io>
(cherry picked from commit 939093d648)
This commit is contained in:
Seth Flynn 2026-01-05 13:32:03 -05:00 committed by github-actions[bot]
parent 9ceee0a6e7
commit dcb65e8a64
2 changed files with 5 additions and 3 deletions

View file

@ -220,6 +220,8 @@ jobs:
- name: Package (Windows)
if: ${{ runner.os == 'Windows' }}
uses: ./.github/actions/package/windows
env:
CI_HAS_ACCESS_TO_AZURE: ${{ vars.CI_HAS_ACCESS_TO_AZURE || '' }}
with:
version: ${{ steps.short-version.outputs.version }}
build-type: ${{ steps.setup-dependencies.outputs.build-type }}