Skip to content

Commit 719acf0

Browse files
chore: update whitespace
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent d2f200b commit 719acf0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/_ci-package.reusable.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ jobs:
126126
echo "::notice::Build artifact: ID=${{ inputs.build_id }}, Size=${{ inputs.artifact_size }} bytes"
127127
fi
128128
129-
# Check for distribution directories (minimal validation)
130-
DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
131-
if [ "$DIST_DIRS" -lt 1 ]; then
132-
echo "::warning::No dist directories found, build extraction may have failed"
133-
fi
129+
# Check for distribution directories (minimal validation)
130+
DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
131+
if [ "$DIST_DIRS" -lt 1 ]; then
132+
echo "::warning::No dist directories found, build extraction may have failed"
133+
fi
134134
135135
- name: Turbo Cache (GitHub Native)
136136
uses: rharkor/caching-for-turbo@v1

0 commit comments

Comments
 (0)