Skip to content

Commit

Permalink
Test notarization on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Sep 27, 2022
1 parent ad9e847 commit caf9fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit caf9fa7

Please sign in to comment.