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 539ec85 commit 545b8e4Copy full SHA for 545b8e4
.ci_scripts/package.sh
@@ -6,7 +6,7 @@ if ([ "$OS_NAME" = "macos-10.15" ] || [ "$OS_NAME" = "macos-13" ]) && [ "$PACKAG
6
sudo chmod -R +w /usr/local/Cellar
7
8
base_path="/Users/runner/work/supertux/supertux/build/_CPack_Packages/Darwin/Bundle"
9
- maybe_target=$(find $base_path -type d -exec find {} -depth -maxdepth 1 -type f -print -quit \)
+ maybe_target=$(find $base_path -type d -exec find {} -depth -maxdepth 1 -type f -print -quit)
10
directory_name=$(basename $maybe_target)
11
echo "Well, here's the example target:"
12
echo $maybe_target
0 commit comments