File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ jobs:
6868 echo "::notice::Build artifact: ID=${{ inputs.build_id }}, Size=${{ inputs.artifact_size }} bytes"
6969 fi
7070
71- # Check for distribution directories (minimal validation)
72- DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
73- if [ "$DIST_DIRS" -lt 1 ]; then
74- echo "::warning::No dist directories found, build extraction may have failed"
75- fi
71+ # Check for distribution directories (minimal validation)
72+ DIST_DIRS=$(find "${{ github.workspace }}" -path "*/dist" -type d | wc -l)
73+ if [ "$DIST_DIRS" -lt 1 ]; then
74+ echo "::warning::No dist directories found, build extraction may have failed"
75+ fi
7676
7777 - name : Turbo Cache (GitHub Native)
7878 uses : rharkor/caching-for-turbo@v1
You can’t perform that action at this time.
0 commit comments