From caf9fa715bc1377523da9f471f3c5746e8ac6e5b Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Tue, 27 Sep 2022 07:51:36 -0700 Subject: [PATCH] Test notarization on CI --- .github/workflows/installers-conda.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installers-conda.yml b/.github/workflows/installers-conda.yml index 6e2fba6fbbf..23c32f53a80 100644 --- a/.github/workflows/installers-conda.yml +++ b/.github/workflows/installers-conda.yml @@ -63,7 +63,7 @@ jobs: python build_conda_pkgs.py ${args[@]} - name: Create Keychain - if: github.event_name == 'release' && runner.os == 'macOS' + if: runner.os == 'macOS' run: ./certkeychain.sh "${MACOS_CERTIFICATE_PWD}" "${MACOS_CERTIFICATE}" "${MACOS_INSTALLER_CERTIFICATE}" - name: Build Package Installer @@ -89,7 +89,7 @@ jobs: fi - name: Notarize package installer - if: github.event_name == 'release' && runner.os == 'macOS' + if: runner.os == 'macOS' run: ./notarize.sh -p $APPLICATION_PWD $PKG_FILE - name: Upload Artifact