Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Sign Windows binaries only on tag push
Our Windows installer includes a number of other binaries such as DLLs that need to be signed as well as our own executable. In total, we need to sign 24 files. Since our code signing certificate comes with a limited number of signatures and additional ones are costly, we'll sign binaries only when doing a release thus when building a tag.
- Loading branch information