We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eae70f commit b4774f7Copy full SHA for b4774f7
.ci_scripts/package.sh
@@ -12,7 +12,7 @@ if ([ "$OS_NAME" = "macos-10.15" ] || [ "$OS_NAME" = "macos-13" ]) && [ "$PACKAG
12
cpack -G Bundle;
13
14
base_path="/Users/runner/work/supertux/supertux/build/_CPack_Packages/Darwin/Bundle"
15
- maybe_target=$(find $base_path -type d -depth -maxdepth 1)
+ maybe_target=$(find $base_path -type d -depth -mindepth 1 -maxdepth 1)
16
directory_name=$(basename $maybe_target)
17
echo "Well, here's the example target:"
18
echo $maybe_target
0 commit comments