mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
ci: another try
This commit is contained in:
11
.github/workflows/build-desktop-release.yml
vendored
11
.github/workflows/build-desktop-release.yml
vendored
@@ -155,19 +155,12 @@ 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: cert.txt
|
||||
encodedString: ${{ secrets.WIN_CSC_LINK }}
|
||||
|
||||
- name: Build/Release Electron app
|
||||
run: yarn electron:make
|
||||
working-directory: ./static
|
||||
env:
|
||||
WIN_CSC_LINK: ${{ steps.write_file.outputs.filePath }}
|
||||
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
|
||||
- name: Change Artifact Name
|
||||
run: Get-ChildItem static\out\make\squirrel.windows\x64\*.exe | Rename-Item -NewName Logseq-win64.exe
|
||||
|
||||
Reference in New Issue
Block a user