Skip to content

Commit c56c9d5

Browse files
committed
Merge remote-tracking branch 'origin/feature/RI-4437' into feature/RI-4437
2 parents 5ee2f94 + 4c3c918 commit c56c9d5

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)