From 1b4a9ac1ace11165b5c6a4d899e0ff8cb75a0363 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Wed, 18 Oct 2023 16:41:05 +0300 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 929aec4ca..92da15e77 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -120,6 +120,7 @@ jobs: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} /p:Platform=${{ github.event.inputs.config }} ${{env.SOLUTION_FILE_PATH}} - name: Sign ExplorerPatcher files (0) + continue-on-error: true uses: deep-soft/code-sign-action@master with: certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}' @@ -143,6 +144,7 @@ jobs: if [[ -f "ExplorerPatcher.amd64.dll" ]]; then cp ExplorerPatcher.amd64.dll dxgi.dll; fi - name: Sign ExplorerPatcher files (1) + continue-on-error: true uses: deep-soft/code-sign-action@master with: certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}' @@ -160,6 +162,7 @@ jobs: exit /b 0 - name: Sign ExplorerPatcher files (2) + continue-on-error: true uses: deep-soft/code-sign-action@master with: certificate: '${{ secrets.WINDOWS_PFX_BASE64 }}'