From d1749495805238d0cb6f456875e434aa404b2454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Czeka=C5=84ski?= Date: Thu, 31 Mar 2022 14:40:21 +0200 Subject: [PATCH] ci: try to fix macos artifact --- .ci/macos/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.ci/macos/build.sh b/.ci/macos/build.sh index 9a811cc..c29a5b6 100755 --- a/.ci/macos/build.sh +++ b/.ci/macos/build.sh @@ -36,6 +36,9 @@ dylibbundler -od -b \ # Remove .gitignore find $ARTIFACT -type f -name .gitignore -exec rm {} \; +# Try to fix the "avocado is damaged and can’t be opened. You should move it to the Bin." +xattr -cr $ARTIFACT + # Prepare upload artifact mkdir -p upload zip -r upload/$ARTIFACT.zip $ARTIFACT