Skip to content

Commit 5a746e7

Browse files
authored
remove windows code signing temporary
1 parent 367808f commit 5a746e7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ jobs:
117117
# (No need to define this secret in the repo settings)
118118
github_token: ${{ secrets.GITHUB_TOKEN }}
119119
release: true
120-
windows_certs: ${{ secrets.WIN_CERT }}
121-
windows_certs_password: ${{ secrets.WIN_PASSWORD }}
120+
# revert when new certificate is generated
121+
# windows_certs: ${{ secrets.WIN_CERT }}
122+
# windows_certs_password: ${{ secrets.WIN_PASSWORD }}
122123
mac_certs: ${{ secrets.MAC_CERT }}
123124
mac_certs_password: ${{ secrets.MAC_PASSWORD }}
124125
env:

0 commit comments

Comments
 (0)