Skip to content

Commit b46c1ab

Browse files
Merge pull request #3237 from Redis-Insight/build/fix
Build/fix
2 parents e1e0077 + 66908bd commit b46c1ab

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/Redis-Insight-mac-$ARCH.dmg"
16-
cp -a "/Volumes/RedisInsight*/Redis Insight.app" "/tmp"
16+
rsync -av /Volumes/Redis*/Redis\ Insight.app "/tmp"
1717
cd "/tmp" || exit 1
1818
tar -czvf "$TAR_NAME" "$RI_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/Redis*/

0 commit comments

Comments
 (0)