From a24d8f87443515923f3734dc738b1db0fa5b7c59 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 4 Jan 2021 15:47:58 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d86627a..451ccc98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,8 +37,10 @@ jobs: 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 + 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 + shell: cmd - name: Copy Launcher uses: canastro/copy-action@0.0.2 with: