Skip to content

Commit

Permalink
ci: try to fix macos artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Mar 31, 2022
1 parent 9409b91 commit d174949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d174949

Please sign in to comment.