Skip to content

Commit

Permalink
Update electron-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RukayatSalami authored Nov 28, 2023
1 parent 03a8dba commit ca86184
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/electron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
echo "${{ secrets.MAC_CERTS }}" | base64 --decode > ~/private_keys/Certificates_desktop2025.p12
echo CERTIFICATE_PATH=~/private_keys/Certificates_desktop2025.p12 >> $GITHUB_ENV
echo API_KEY_PATH=~/private_keys/SubscriptionKey_${{ secrets.API_KEY_ID }}.p8 >> $GITHUB_ENV
echo ${{ secrets.CSC_KEY_PASSWORD }}
- name: Build and pack windows app
if: startsWith(matrix.os, 'desktop-build')
uses: samuelmeuli/action-electron-builder@v1
Expand Down

0 comments on commit ca86184

Please sign in to comment.