Update release.yml

This commit is contained in:
Timothy Baldridge 2021-01-04 16:09:36 -07:00 committed by GitHub
parent 4b6e11bf3a
commit d87e71dd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,10 +36,10 @@ jobs:
- name: Publish Launcher
run: dotnet publish Wabbajack.Launcher\Wabbajack.Launcher.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\PublishLauncher --self-contained
- name: Sign App
run: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe" sign /sm c:\tmp\PublishApp\Wabbajack.exe
run: C:\"Program Files (x86)"\"Windows Kits"\10\bin\10.0.17763.0\x86\signtool.exe sign /sm c:\tmp\PublishApp\Wabbajack.exe
shell: cmd
- name: Sign Launcher
run: "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe" sign /sm c:\tmp\PublishLauncher\Wabbajack.exe
run: C:\"Program Files (x86)"\"Windows Kits"\10\bin\10.0.17763.0\x86\signtool.exe" sign /sm c:\tmp\PublishLauncher\Wabbajack.exe
shell: cmd
- name: Copy Launcher
uses: canastro/copy-action@0.0.2