Browse Source
Merge pull request #852 from Budibase/windows-code-signing-cert
config for windows signing cert
pull/857/head
Martin McKeaveney
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
.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 }} |
|
|
|
windows_certs_password: ${{ secrets.windows_certs_password }} |
|
|
|
|
|
|
|
# release the app after building |
|
|
|
release: ${{ startsWith(github.ref, 'refs/tags/v') }} |
|
|
|
|