Skip to content

Commit

Permalink
chore(ci): run build on windows signing (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jan 19, 2025
1 parent 5c9caa1 commit ffe73fe
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
arch: [x64]
os:
- name: windows
image: windows-latest
image: win-signing
extension: exe
runs-on: ${{ matrix.os.image }}
steps:
Expand All @@ -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"

0 comments on commit ffe73fe

Please sign in to comment.