Skip to content

Commit eaba08e

Browse files
committed
Fix analysis-results commit folder structure
1 parent 2435a31 commit eaba08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
uses: actions/upload-artifact@v4
166166
with:
167167
name: ${{ steps.set-analysis-results-artifact-name.outputs.uploaded-analysis-results-artifact-name }}
168-
path: ./code-graph-analysis-pipeline/temp/**/reports/*
168+
path: ./code-graph-analysis-pipeline/temp/${{ inputs.analysis-name }}/reports/*
169169
if-no-files-found: error
170170
retention-days: 5
171171

0 commit comments

Comments
 (0)