mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix(build): codesign on windows
This commit is contained in:
12
.github/workflows/build-desktop-release.yml
vendored
12
.github/workflows/build-desktop-release.yml
vendored
@@ -259,6 +259,18 @@ jobs:
|
||||
mkdir builds
|
||||
mv static\out\make\squirrel.windows\x64\*.exe builds\Logseq-win-x64-${{ steps.ref.outputs.version }}.exe
|
||||
|
||||
- name: Code Sign the Installer
|
||||
uses: andelf/code-sign-action@master
|
||||
if: ${{ github.repository == 'logseq/logseq' }}
|
||||
with:
|
||||
certificate: ${{ secrets.CODE_SIGN_CERTIFICATE }}
|
||||
password: ${{ secrets.CODE_SIGN_CERTIFICATE_PASSWORD }}
|
||||
certificatesha1: ${{ secrets.CODE_SIGN_CERTIFICATE_SHA1 }}
|
||||
certificatename: "Logseq, Inc."
|
||||
timestampUrl: http://timestamp.digicert.com
|
||||
folder: "builds"
|
||||
recursive: false
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user