From 46fc8eb30f21b24014745d644a00b8ff55942cd9 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 11 Nov 2020 09:45:21 +0000 Subject: [PATCH] config for windows signing cert --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 290f614e20..10232c569d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,8 @@ jobs: mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }} + windows_certs: ${{ secrets.windows_certs }} + mac_certs_password: ${{ secrets.windows_certs_password }} # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }}