Skip to content

Commit 004f9b3

Browse files
authored
Update pipeline.yml
1 parent 807958a commit 004f9b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939

4040
# https://archi-lab.net/code-signing-assemblies-with-github-actions/
4141
- name: Create Code Signing Certificate
42+
shell: powershell
4243
run: |
44+
dir env:* | Sort-Object Name
4345
New-Item -ItemType directory -Path certificate
4446
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.BASE64_ENCODED_PFX }}'
4547
certutil -decode certificate\certificate.txt certificate\certificate.pfx

0 commit comments

Comments
 (0)