ci: try to fix macos artifact

This commit is contained in:
Jakub Czekański 2022-03-31 14:40:21 +02:00
parent 9409b91ced
commit d174949580

View file

@ -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 cant be opened. You should move it to the Bin."
xattr -cr $ARTIFACT
# Prepare upload artifact
mkdir -p upload
zip -r upload/$ARTIFACT.zip $ARTIFACT