Browse Source

Update release.yml

pull/4023/head
Martin McKeaveney 6 years ago
committed by GitHub
parent
commit
00d6696b08
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -59,8 +59,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 }}
windows_certs: ${{ secrets.windows_certs }}
windows_certs_password: ${{ secrets.windows_certs_password }}
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

Loading…
Cancel
Save