opensc/.github/remove_signing_key.sh

9 lines
160 B
Bash
Executable File

#!/bin/sh
set -ex -o xtrace
pushd .github/
security delete-keychain mac-build.keychain
rm -f DeveloperIDApplication.cer DeveloperIDInstaller.cer key.p12
popd