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 @@ -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
You can’t perform that action at this time.
0 commit comments