Skip to content

Commit d810102

Browse files
committed
remove sign
1 parent 4c27143 commit d810102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113

114114
- name: Sign exe files
115115
uses: GermanBluefox/code-sign-action@v7
116+
if: false
116117
with:
117118
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
118119
password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
@@ -141,6 +142,7 @@ jobs:
141142

142143
- name: Sign UI setup file
143144
uses: GermanBluefox/code-sign-action@v7
145+
if: false
144146
with:
145147
certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
146148
password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'

0 commit comments

Comments
 (0)