Update release.yml

This commit is contained in:
Timothy Baldridge 2021-01-04 15:04:55 -07:00 committed by GitHub
parent 5ac011e502
commit 039d31f215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,14 +41,14 @@ jobs:
certificate: ${{ secrets.CODE_CERT }}
password: ${{ secrets.CERT_PASSWORD }}
certificatesha1: ${{ secrets.CERT_THUMBPRINT }}
folder: c:\tmp\PublishApp
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
folder: c:\tmp\PublishLauncher\
- name: Copy Launcher
uses: canastro/copy-action@0.0.2
with: