Skip to content

Commit 4c3c918

Browse files
#RI-5129 - macOS build failures on CI in build branch
1 parent 096b189 commit 4c3c918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/redisstack/dmg.repack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ mkdir -p "$WORKING_DIRECTORY/release/redisstack"
1313
mkdir -p "$TMP_FOLDER"
1414

1515
hdiutil attach "./release/RedisInsight-mac-$ARCH.dmg"
16-
cp -a /Volumes/RedisInsight/RedisInsight.app "/tmp"
16+
cp -a /Volumes/RedisInsight*/RedisInsight.app "/tmp"
1717
cd "/tmp" || exit 1
1818
tar -czvf "$TAR_NAME" "$APP_FOLDER_NAME"
1919
cp "$TAR_NAME" "$WORKING_DIRECTORY/release/redisstack/"
2020
cd "$WORKING_DIRECTORY" || exit 1
21-
hdiutil unmount /Volumes/RedisInsight/
21+
hdiutil unmount /Volumes/RedisInsight*/

0 commit comments

Comments
 (0)