From 4c7740f7e59f92cfd4509c3ca3cd2c31cadf2da8 Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 11 Nov 2020 09:45:21 +0000 Subject: [PATCH 1/2] 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') }} From a705fd8667852c734321eb1b4f0e8eb70414dc3f Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 11 Nov 2020 09:47:56 +0000 Subject: [PATCH 2/2] typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10232c569d..817cd17652 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ 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 }} + windows_certs_password: ${{ secrets.windows_certs_password }} # release the app after building release: ${{ startsWith(github.ref, 'refs/tags/v') }}