Skip to content

Commit f9460c8

Browse files
committed
feat(ci): unblock signing for Electron
1 parent 02601f3 commit f9460c8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/actions/build-electron/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ runs:
7272
FLATPAK_VERSION='24.08'
7373
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
7474
75+
- name: Unblock signing
76+
if: ${{ inputs.os == 'windows' }}
77+
shell: ${{ inputs.shell }}
78+
run: |
79+
cat ${{ vars.WINDOWS_SIGN_ERROR_LOG }}
80+
rm ${{ vars.WINDOWS_SIGN_ERROR_LOG }}
81+
7582
- name: Update build info
7683
shell: ${{ inputs.shell }}
7784
run: pnpm run chore:update-build-info

0 commit comments

Comments
 (0)