Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update signing variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbarr authored Jul 14, 2022
1 parent 61775e2 commit 39ff567
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,12 @@ jobs:
max_attempts: 3

# Code Signing params
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}

# Base64-encoded code signing certificate for Windows
# windows_certs: ''
windows_certs: ${{ secrets.WINDOWS_CERTS }}

# Password for decrypting `windows_certs`
# windows_certs_password: ''
windows_certs_password: ${{ secrets.WINDOWS_CERTS_PASSWORD }}

# Base64-encoded code signing certificate for macOS
# mac_certs: ''
Expand Down

0 comments on commit 39ff567

Please sign in to comment.