From a03200472f6a7a3c5c43908d17149dfdf01a17dc Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 15 Apr 2026 11:30:32 -0700 Subject: [PATCH] ci: log windows sign failure --- .github/workflows/build-windows.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 31e5114..6aca800 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -76,3 +76,13 @@ jobs: name: flowy-llink-windows-signed path: js/out/make/**/* if-no-files-found: warn + + # When Squirrel reports a generic "Failed to sign", the real error from + # @electron/windows-sign is written to this log by the fake signtool stub. + - name: Upload signing log (on failure) + if: failure() + uses: actions/upload-artifact@v4 + with: + name: electron-windows-sign-log + path: js/node_modules/electron-winstaller/vendor/electron-windows-sign.log + if-no-files-found: ignore