From d81010224d24f8be57c42b772e6e7b5c77463661 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 5 Dec 2023 17:22:40 +0800 Subject: [PATCH] remove sign --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 01e271b..f0155b2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -113,6 +113,7 @@ jobs: - name: Sign exe files uses: GermanBluefox/code-sign-action@v7 + if: false with: certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}' password: '${{ secrets.WINDOWS_PFX_PASSWORD }}' @@ -141,6 +142,7 @@ jobs: - name: Sign UI setup file uses: GermanBluefox/code-sign-action@v7 + if: false with: certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}' password: '${{ secrets.WINDOWS_PFX_PASSWORD }}'