We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2435a31 commit eaba08eCopy full SHA for eaba08e
.github/workflows/analyze-code-graph.yml
@@ -165,7 +165,7 @@ jobs:
165
uses: actions/upload-artifact@v4
166
with:
167
name: ${{ steps.set-analysis-results-artifact-name.outputs.uploaded-analysis-results-artifact-name }}
168
- path: ./code-graph-analysis-pipeline/temp/**/reports/*
+ path: ./code-graph-analysis-pipeline/temp/${{ inputs.analysis-name }}/reports/*
169
if-no-files-found: error
170
retention-days: 5
171
0 commit comments