From c5852781da0c04cdce265e887eaca17ffd2b4017 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 10 Jul 2024 16:45:27 -0700 Subject: Delete unused build scripts. (#4601) * Fix macos release script. * Delete shell scripts --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 16755b82e..b964c1697 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,10 +123,6 @@ jobs: security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k ${KEYCHAIN_PASSWORD} $KEYCHAIN_PATH - signedFiles - find "${bin_dir}" "${lib_dir}" -type f -perm +111 \ - | xargs codesign --force --options runtime -s "${IDENTITY_ID}" -v - binaries=( "${lib_dir}/libslang.dylib" "${lib_dir}/libslang-rt.dylib" -- cgit v1.2.3