From f9460c8f4134a5fe9a8faba3f9f9707d5b1acb87 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 1 Mar 2026 17:25:06 +0200 Subject: [PATCH] feat(ci): unblock signing for Electron --- .github/actions/build-electron/action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/actions/build-electron/action.yml b/.github/actions/build-electron/action.yml index 9c6934a8d3..0e0264ad54 100644 --- a/.github/actions/build-electron/action.yml +++ b/.github/actions/build-electron/action.yml @@ -72,6 +72,13 @@ runs: FLATPAK_VERSION='24.08' flatpak install --user --no-deps --arch $FLATPAK_ARCH --assumeyes runtime/org.freedesktop.Platform/$FLATPAK_ARCH/$FLATPAK_VERSION runtime/org.freedesktop.Sdk/$FLATPAK_ARCH/$FLATPAK_VERSION org.electronjs.Electron2.BaseApp/$FLATPAK_ARCH/$FLATPAK_VERSION + - name: Unblock signing + if: ${{ inputs.os == 'windows' }} + shell: ${{ inputs.shell }} + run: | + cat ${{ vars.WINDOWS_SIGN_ERROR_LOG }} + rm ${{ vars.WINDOWS_SIGN_ERROR_LOG }} + - name: Update build info shell: ${{ inputs.shell }} run: pnpm run chore:update-build-info