Update release.yml

This commit is contained in:
Timothy Baldridge 2021-01-04 14:40:56 -07:00 committed by GitHub
parent 9435ecd951
commit 5ac011e502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,12 +39,15 @@ jobs:
uses: DanaBear/code-sign-action@v4
with:
certificate: ${{ secrets.CODE_CERT }}
password: ${{ secrets.CERT_PASSWORD }}
certificatesha1: ${{ secrets.CERT_THUMBPRINT }}
folder: c:\tmp\PublishApp
- 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
- name: Copy Launcher
uses: canastro/copy-action@0.0.2