mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update release.yml
This commit is contained in:
parent
7c7c1df0c2
commit
c908ea3d90
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -36,19 +36,9 @@ 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
|
||||
uses: DanaBear/code-sign-action@v4
|
||||
with:
|
||||
certificate: ${{ secrets.CODE_CERT }}
|
||||
password: ${{ secrets.CERT_PASSWORD }}
|
||||
certificatesha1: ${{ secrets.CERT_THUMBPRINT }}
|
||||
folder: c:\tmp\PublishApp
|
||||
run: \"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe\" sign /sm c:\tmp\PublishApp\Wabbajack.exe
|
||||
- name: Sign Launcher
|
||||
uses: DanaBear/code-sign-action@v4
|
||||
with:
|
||||
certificate: ${{ secrets.CODE_CERT }}
|
||||
password: ${{ secrets.CERT_PASSWORD }}
|
||||
certificatesha1: ${{ secrets.CERT_THUMBPRINT }}
|
||||
folder: c:\tmp\PublishLauncher
|
||||
run: \"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86\signtool.exe\" sign /sm c:\tmp\PublishLauncher\Wabbajack.exe
|
||||
- name: Copy Launcher
|
||||
uses: canastro/copy-action@0.0.2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user