Browse Source

try to fix signing

pull/2765/head
Jason Dove 7 months ago
parent
commit
69410b1a9b
No known key found for this signature in database
  1. 3
      .github/workflows/artifacts.yml

3
.github/workflows/artifacts.yml

@ -265,7 +265,8 @@ jobs: @@ -265,7 +265,8 @@ jobs:
trusted-signing-account-name: ArtifactSigning
certificate-profile-name: ErsatzTV
files-folder: ${{ github.workspace }}/dotnet-build
files-folder-filter: main/ErsatzTV.exe,scanner/ErsatzTV.Scanner.exe
files-folder-recurse: true
files-folder-filter: ErsatzTV.exe,ErsatzTV.Scanner.exe
file-digest: SHA256
timestamp-rfc3161: http://timestamp.acs.microsoft.com
timestamp-digest: SHA256

Loading…
Cancel
Save