Skip to content

Commit

Permalink
use new mac cert for signing. needed for notarization.
Browse files Browse the repository at this point in the history
  • Loading branch information
benanhalt committed Feb 24, 2020
1 parent 4c398d7 commit 3621ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo $WIN_PKCS12 | base64 -d > packaging/certwithroot.pfx
env:
WIN_PKCS12: ${{ secrets.WIN_PKCS12 }}
MAC_PKCS12: ${{ secrets.MAC_PKCS12 }}
MAC_PKCS12: ${{ secrets.MAC_PKCS12_V2 }}

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
package-all
env:
WIN_KEYSTORE_PASSWORD: ${{ secrets.WIN_KEYSTORE_PASSWORD }}
MAC_KEYSTORE_PASSWORD: ${{ secrets.MAC_KEYSTORE_PASSWORD }}
MAC_KEYSTORE_PASSWORD: ${{ secrets.MAC_KEYSTORE_PASSWORD_V2 }}

- name: Upload Specify_windows_64.exe as artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 3621ccd

Please sign in to comment.