Skip to content

Commit b4774f7

Browse files
committed
Let's try this again.
[ci skip]
1 parent 3eae70f commit b4774f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if ([ "$OS_NAME" = "macos-10.15" ] || [ "$OS_NAME" = "macos-13" ]) && [ "$PACKAG
1212
cpack -G Bundle;
1313

1414
base_path="/Users/runner/work/supertux/supertux/build/_CPack_Packages/Darwin/Bundle"
15-
maybe_target=$(find $base_path -type d -depth -maxdepth 1)
15+
maybe_target=$(find $base_path -type d -depth -mindepth 1 -maxdepth 1)
1616
directory_name=$(basename $maybe_target)
1717
echo "Well, here's the example target:"
1818
echo $maybe_target

0 commit comments

Comments
 (0)