diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index af342577e1..c585606423 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, windows-latest] steps: - name: Check out Git repository @@ -57,6 +57,11 @@ jobs: API_KEY_ID: ${{ secrets.api_key_id }} API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }} with: + # windows cert credentials + windows_certs: ${{ secrets.windows_certs }} + windows_certs_password: ${{ secrets.windows_certs_password }} + + # windows cert credentials mac_certs: ${{ secrets.mac_certs }} mac_certs_password: ${{ secrets.mac_certs_password }} # GitHub token, automatically provided to the action