Update release.yml
This commit is contained in:
parent
c74205e4c8
commit
00d6696b08
|
@ -59,8 +59,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