From e861d84b72ec64ed5c8a1ffd0cc8cbbe6510fc04 Mon Sep 17 00:00:00 2001 From: zhupengfei Date: Wed, 24 Jun 2020 16:13:53 +0800 Subject: [PATCH] Fix macos dist folder --- .travis/macos/upload.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis/macos/upload.sh b/.travis/macos/upload.sh index 76e29c5..1da4a55 100755 --- a/.travis/macos/upload.sh +++ b/.travis/macos/upload.sh @@ -27,4 +27,6 @@ chmod +x ${REV_NAME}/threeSD.app/Contents/MacOS/threeSD # Verify loader instructions find "$REV_NAME" -exec otool -L {} \; +mkdir "$REV_NAME/dist" + . .travis/common/post-upload.sh