From b74ccd6920d748d6ba8592bc998c6dd4f287e42c Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Thu, 16 Jan 2025 19:23:35 -0600 Subject: [PATCH] change windows signing method --- .github/workflows/generator-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generator-windows.yml b/.github/workflows/generator-windows.yml index 5896de9..789e7a8 100644 --- a/.github/workflows/generator-windows.yml +++ b/.github/workflows/generator-windows.yml @@ -504,7 +504,7 @@ jobs: continue-on-error: true shell: pwsh run: | - Expand-Archive -Path ./rustdesk/signed_files.zip -DestinationPath ./rustdek/ + Expand-Archive -Path ./rustdesk/signed_files.zip -DestinationPath ./rustdek/ -Force - name: Create custom.txt file @@ -576,7 +576,7 @@ jobs: continue-on-error: true shell: pwsh run: | - Expand-Archive -Path ./SignOutput/signed_files.zip -DestinationPath ./SignOutput/ + Expand-Archive -Path ./SignOutput/signed_files.zip -DestinationPath ./SignOutput/ -Force # - name: Sign rustdesk self-extracted file # uses: GermanBluefox/code-sign-action@v7