Update release.yml
This commit is contained in:
parent
40c8c0fab6
commit
b315795150
|
@ -52,8 +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 }}
|
windows_certs: ${{ secrets.windows_certs }}
|
||||||
# windows_certs_password: ${{ secrets.windows_certs_password }}
|
windows_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') }}
|
||||||
|
|
Loading…
Reference in New Issue