summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-07-10 16:45:27 -0700
committerGitHub <noreply@github.com>2024-07-10 16:45:27 -0700
commitc5852781da0c04cdce265e887eaca17ffd2b4017 (patch)
tree2b659a6e3a676c5db808395695068b149b0b43b3 /.github/workflows/release.yml
parent5006f4907619f53444c65b67f765d96ecef43c81 (diff)
Delete unused build scripts. (#4601)
* Fix macos release script. * Delete shell scripts
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml4
1 files changed, 0 insertions, 4 deletions
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"