Skip to content

Commit 9fcea65

Browse files
Update dmg.repack.sh
1 parent e1e0077 commit 9fcea65

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+
cp -a /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)