mirror of
https://github.com/desktop/desktop
synced 2024-10-31 05:19:03 +00:00
🎨
This commit is contained in:
parent
aacede276b
commit
47f7a66d2d
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -115,12 +115,11 @@ jobs:
|
|||
if: matrix.arch == 'x64'
|
||||
run: yarn test:script
|
||||
- name: Install Windows code signing certificate
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
shell: bash
|
||||
if: runner.os == 'Windows'
|
||||
env:
|
||||
CERT_CONTENTS: ${{ secrets.WINDOWS_CERT_PFX }}
|
||||
run: |
|
||||
base64 -d <<<"$CERT_CONTENTS" > ./script/windows-certificate.pfx
|
||||
run: base64 -d <<<"$CERT_CONTENTS" > ./script/windows-certificate.pfx
|
||||
- name: Package production app
|
||||
run: yarn package
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue