Skip to content

Commit dce98d9

Browse files
committed
Add Debug Fork of Signtool
1 parent ba1e22d commit dce98d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/check-test-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ jobs:
9090
9191
- name: Sign (Windows)
9292
if: ${{ matrix.os == 'windows-latest' }}
93-
uses: skymatic/code-sign-action@v1
93+
uses: fawazahmed0/action-debug-vscode@main
94+
95+
- name: Sign (Windows)
96+
if: ${{ matrix.os == 'windows-latest' }}
97+
uses: hhhhhojeihsu/code-sign-action@v1
9498
with:
9599
certificate: '${{ secrets.SIGNTOOL_CERT }}'
96100
password: '${{ secrets.SIGNTOOL_PASS }}'

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ cython_debug/
163163
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164164
#.idea/
165165
version.txt
166-
version_windows.txt
166+
version_windows.txt
167+
certificate.pfx

0 commit comments

Comments
 (0)