config for windows signing cert

This commit is contained in:
Martin McKeaveney 2020-11-11 09:45:21 +00:00
parent fb0f7b0c73
commit 46fc8eb30f
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
mac_certs: ${{ secrets.mac_certs }} mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }} 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 the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }} release: ${{ startsWith(github.ref, 'refs/tags/v') }}