1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Merge pull request #852 from Budibase/windows-code-signing-cert

config for windows signing cert
This commit is contained in:
Martin McKeaveney 2020-11-11 10:02:21 +00:00 committed by GitHub
commit dde9aa3c6b

View file

@ -52,6 +52,8 @@ jobs:
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}