diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 804e8a9..5f49f47 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -257,7 +257,7 @@ jobs: run: | # Get list of all Sandbox files - all_sandboxes=$(tree -J -L 1 hub | jq -c '.[0].contents | map(select(.name) | .name)') + all_sandboxes=$(tree -J -L 1 hub | jq -c '.[0].contents | map(select(.type == "directory") | .name)') if [[ "${{ inputs.sandbox }}" == "all" ]]; then