From 039d31f215c1c26ffd3b6ac58c56fa99597c1404 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 4 Jan 2021 15:04:55 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 671a977a..fa9586f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: