mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: add windows cert
This commit is contained in:
7
.github/workflows/build-desktop-release.yml
vendored
7
.github/workflows/build-desktop-release.yml
vendored
@@ -155,6 +155,13 @@ jobs:
|
||||
run: yarn run postinstall
|
||||
working-directory: ./static/node_modules/dugite/
|
||||
|
||||
- name: Add Windows certificate
|
||||
id: write_file
|
||||
uses: timheuer/base64-to-file@v1
|
||||
with:
|
||||
fileName: ${{ secrets.WINDOWS_CERT_FILE }}
|
||||
encodedString: ${{ secrets.WINDOWS_CERT }}
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn electron:make
|
||||
working-directory: ./static
|
||||
|
||||
Reference in New Issue
Block a user