Browse Source

remove sign

rustdesk 2 years ago
parent
commit
d81010224d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yaml

+ 2 - 0
.github/workflows/build.yaml

@@ -113,6 +113,7 @@ jobs:
113 113
 
114 114
       - name: Sign exe files
115 115
         uses: GermanBluefox/code-sign-action@v7
116
+        if: false
116 117
         with:
117 118
           certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
118 119
           password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'
@@ -141,6 +142,7 @@ jobs:
141 142
 
142 143
       - name: Sign UI setup file 
143 144
         uses: GermanBluefox/code-sign-action@v7
145
+        if: false
144 146
         with:
145 147
           certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'
146 148
           password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'