From 028dc463431712d571fffe0aba528885387690b8 Mon Sep 17 00:00:00 2001 From: will wade Date: Fri, 4 Oct 2024 14:01:01 +0100 Subject: [PATCH] think this will fix the path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c609c83..ff2a182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: name: InitialBuild path: dist - name: Sign Executable - run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a .\dist\facecommander\facecommander.exe + run: signtool sign /tr http://timestamp.digicert.com /td sha256 /fd sha256 /a .\dist\facecommander.exe - name: Upload build uses: actions/upload-artifact@v4 with: