We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56b4e1 commit b418adaCopy full SHA for b418ada
1 file changed
.github/workflows/release.yml
@@ -125,6 +125,14 @@ jobs:
125
-WaitForCompletion `
126
-Force
127
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
+
136
- name: Create App ZIP
137
run: |
138
& "C:\Program Files\7-Zip\7z.exe" a publish\wabbajack-${{ env.VERSION }}.zip publish\app\*
0 commit comments