ci: actually sign windows builds in Release env

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2026-01-05 13:32:03 -05:00
parent fe2e171fa1
commit 939093d648
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
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 }}