test workflow if check

This commit is contained in:
botanicvelious
2023-01-11 17:56:01 -07:00
committed by GitHub
parent 61b4ea7b85
commit f21bc352d5

View File

@@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v3
- name: Import the codesign cert
if: ${{ env.NO_OSX_KEYS!= 'true' }}
if: ${{ env.NO_OSX_KEYS== 'true' }}
uses: apple-actions/import-codesign-certs@v1
with:
p12-file-base64: ${{ secrets.MACOS_P12_BASE64 }}