Skip to content

Commit

Permalink
CSC Links
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed Apr 26, 2024
1 parent 499ecc0 commit 8441736
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -89,8 +89,10 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_LINK: ${{ secrets.APPLE_CSC_B64 }}
CSC_PASSWORD: ${{ secrets.APPLE_CSC_PASSWORD }}
CSC_LINK: ${{ secrets.mac_certs }}
CSC_PASSWORD: ${{ secrets.mac_certs_password }}
mac_certs: ${{ secrets.mac_certs }}
mac_certs_password: ${{ secrets.mac_certs_password }}

# # new Windows Signing (2024)
# - name: Signing using Signtool
Expand Down

0 comments on commit 8441736

Please sign in to comment.