From ffe73fe78393661137a2d7ce510386f11993da0c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 19 Jan 2025 10:49:18 +0200 Subject: [PATCH] chore(ci): run build on windows signing (again) --- .github/workflows/main.yml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b5dcd14ca..cca795299 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: arch: [x64] os: - name: windows - image: windows-latest + image: win-signing extension: exe runs-on: ${{ matrix.os.image }} steps: @@ -48,20 +48,3 @@ jobs: with: name: TriliumNextNotes ${{ matrix.os.name }} ${{ matrix.arch }}.${{matrix.os.extension}} path: upload/*.${{ matrix.os.extension }} - sign-windows: - name: Sign Windows build - runs-on: win-signing - needs: - - make-electron - steps: - - uses: actions/checkout@v4 - - name: Download artifacts - uses: actions/download-artifact@v4 - with: - name: Artifacts - path: ./sign - - run: npx electron-windows-sign - env: - WINDOWS_SIGNTOOL_PATH: "C:\\ev_signer_trilium\\ev_signer_trilium.exe" - WINDOWS_SIGN_WITH_PARAMS: "--executable" -