Skip to content

Commit

Permalink
be more lenient with result paths
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 28, 2022
1 parent 8710d68 commit a97be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.job.slug }}
path: ${{ matrix.job.outfile }}
path: /results

- name: Save Smeagle Cache
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a97be7e

Please sign in to comment.