From 5ac011e5020d2f281b110cd89ce1718b7158b407 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 4 Jan 2021 14:40:56 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84029455..671a977a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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