Skip to content

Commit b418ada

Browse files
committed
add signature verification
1 parent f56b4e1 commit b418ada

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ jobs:
125125
-WaitForCompletion `
126126
-Force
127127
128+
- name: Verify Signatures
129+
shell: pwsh
130+
run: |
131+
Write-Host "Checking signatures..."
132+
Get-AuthenticodeSignature "publish\app\Wabbajack.exe" | Format-List
133+
Get-AuthenticodeSignature "publish\app\cli\wabbajack-cli.exe" | Format-List
134+
Get-AuthenticodeSignature "publish\launcher\Wabbajack.exe" | Format-List
135+
128136
- name: Create App ZIP
129137
run: |
130138
& "C:\Program Files\7-Zip\7z.exe" a publish\wabbajack-${{ env.VERSION }}.zip publish\app\*

0 commit comments

Comments
 (0)