mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
code signing for windows
This commit is contained in:
parent
fcc1459dee
commit
2000a4cf2b
9
.github/workflows/build-app.yaml
vendored
9
.github/workflows/build-app.yaml
vendored
@ -41,6 +41,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
||||||
|
|
||||||
|
- name: codeSigning
|
||||||
|
if: matrix.os == 'windows-2016'
|
||||||
|
uses: DanaBear/code-sign-action@v4
|
||||||
|
with:
|
||||||
|
certificate: '${{ secrets.WINCERT_CERTIFICATE }}'
|
||||||
|
password: '${{ secrets.WINCERT_PASSWORD }}'
|
||||||
|
certificatesha1: '${{ secrets.WINCERT_SHA1 }}'
|
||||||
|
folder: 'app/dist'
|
||||||
|
|
||||||
- name: generatePadFile
|
- name: generatePadFile
|
||||||
run: |
|
run: |
|
||||||
yarn generatePadFile
|
yarn generatePadFile
|
||||||
|
Loading…
Reference in New Issue
Block a user