From 0f1c338f509cf3cd87bec78687b5da0f6a5f1eaa Mon Sep 17 00:00:00 2001 From: Martin McKeaveney Date: Wed, 11 Nov 2020 09:47:56 +0000 Subject: [PATCH] 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') }}