diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c5b2c5e..3614f0aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -612,7 +612,7 @@ jobs: if: runner.os == 'macOS' run: | security find-identity -v signing_temp.keychain - codesign --force --deep --sign "Jay Lee" --options=runtime --entitlements "${GITHUB_WORKSPACE}/.github/actions/entitlements.xml" --timestamp "$gam" + codesign --force --deep --sign "Jay Lee" --options=runtime --entitlements "${GITHUB_WORKSPACE}/.github/actions/entitlements.plist" --timestamp "$gam" codesign -dv --verbose=4 "$gam" - name: Basic Tests all jobs