Prechádzať zdrojové kódy

ci: sign libquicer_nif.dylib for macOS

Ivan Dyachkov 1 rok pred
rodič
commit
a8f30840e3
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      scripts/rel/macos-sign-binaries.sh

+ 2 - 1
scripts/rel/macos-sign-binaries.sh

@@ -18,7 +18,7 @@ if [ "$(uname)" != 'Darwin' ]; then
 fi
 
 if [ "${APPLE_SIGN_BINARIES:-0}" == 0 ]; then
-n    echo "Signing Apple binaries is disabled, exiting"
+    echo "Signing Apple binaries is disabled, exiting"
     exit 0
 fi
 
@@ -80,6 +80,7 @@ for f in \
         jiffy.so \
         liberocksdb.so \
         libquicer_nif.so \
+        libquicer_nif*.dylib \
         odbcserver \
         otp_test_engine.so \
         sasl_auth.so \