We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c27143 commit d810102Copy full SHA for d810102
1 file changed
.github/workflows/build.yaml
@@ -113,6 +113,7 @@ jobs:
113
114
- name: Sign exe files
115
uses: GermanBluefox/code-sign-action@v7
116
+ if: false
117
with:
118
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
119
password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
@@ -141,6 +142,7 @@ jobs:
141
142
143
- name: Sign UI setup file
144
145
146
147
148
0 commit comments