Skip to content

Commit dcd441d

Browse files
committed
ci: try using explicit ver of sign action
1 parent 6a9e73f commit dcd441d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: CoverageReport
6060

6161
- name: Sign App Files
62-
uses: mscrivo/signtool-code-sign@v1
62+
uses: mscrivo/signtool-code-sign@v1.2.2
6363
with:
6464
certificate: '${{ secrets.BASE64_ENCODED_PFX }}'
6565
cert-password: '${{ secrets.PFX_PASSWORD }}'

0 commit comments

Comments
 (0)