Skip to content

Commit cf1ac6d

Browse files
committed
Switched to stackmuncher/code-sign-action
1 parent 5b078aa commit cf1ac6d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
fi
4444
4545
- name: Sign
46-
uses: vespakoen/code-sign-action@36116b6c909e1f6decd8584a798e4feec15835fe
46+
uses: stackmuncher/code-sign-action
4747
with:
4848
certificate: '${{ secrets.WIN_CERT_B64 }}'
4949
password: '${{ secrets.WIN_CERT_B64_P }}'
5050
folder: '.'
51-
recursive: false
5251

5352
- name: Publish
5453
uses: softprops/action-gh-release@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Adding more of your projects to your Directory Profile builds a more complete pi
113113
chmod a+x ~/.git-templates/hooks/post-commit
114114
```
115115
#### PowerShell
116-
```bash
116+
```powershell
117117
git config --global --add init.templatedir '~/.git-templates'
118118
mkdir -p ~/.git-templates/hooks
119119
echo '#!/bin/sh' >> ~/.git-templates/hooks/post-commit

0 commit comments

Comments
 (0)