typo
This commit is contained in:
parent
46fc8eb30f
commit
0f1c338f50
|
@ -53,7 +53,7 @@ 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 }}
|
||||||
mac_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