Skip to content

Commit 8c66e57

Browse files
disable signing windows bundle (gluonhq#680)
1 parent e1b7bb0 commit 8c66e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bundles-windows.yml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383

8484
- name: Codesign
8585
uses: erwin1/code-sign-action@master
86+
if: false
8687
with:
8788
certificate: '${{ secrets.WINDOWS_CERTIFICATE }}'
8889
password: '${{ secrets.WINDOWS_PASSWORD }}'

0 commit comments

Comments
 (0)