We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1e22d commit dce98d9Copy full SHA for dce98d9
.github/workflows/check-test-build.yml
@@ -90,7 +90,11 @@ jobs:
90
91
- name: Sign (Windows)
92
if: ${{ matrix.os == 'windows-latest' }}
93
- uses: skymatic/code-sign-action@v1
+ uses: fawazahmed0/action-debug-vscode@main
94
+
95
+ - name: Sign (Windows)
96
+ if: ${{ matrix.os == 'windows-latest' }}
97
+ uses: hhhhhojeihsu/code-sign-action@v1
98
with:
99
certificate: '${{ secrets.SIGNTOOL_CERT }}'
100
password: '${{ secrets.SIGNTOOL_PASS }}'
.gitignore
@@ -163,4 +163,5 @@ cython_debug/
163
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164
#.idea/
165
version.txt
166
-version_windows.txt
+version_windows.txt
167
+certificate.pfx
0 commit comments