mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
code sign - only for wiindows
This commit is contained in:
parent
cca6b77ba5
commit
83eec6a37a
4
.github/workflows/build-app.yaml
vendored
4
.github/workflows/build-app.yaml
vendored
@ -40,8 +40,8 @@ jobs:
|
|||||||
yarn run build:app
|
yarn run build:app
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
GH_TOKEN: ${{ secrets.GH_TOKEN }} # token for electron publish
|
||||||
CSC_LINK: ${{ secrets.WINCERT_CERTIFICATE }}
|
WIN_CSC_LINK: ${{ secrets.WINCERT_CERTIFICATE }}
|
||||||
CSC_KEY_PASSWORD: ${{ secrets.WINCERT_PASSWORD }}
|
WIN_CSC_KEY_PASSWORD: ${{ secrets.WINCERT_PASSWORD }}
|
||||||
|
|
||||||
# - name: codeSigning
|
# - name: codeSigning
|
||||||
# if: matrix.os == 'windows-2016'
|
# if: matrix.os == 'windows-2016'
|
||||||
|
Loading…
Reference in New Issue
Block a user