Skip to content

Commit

Permalink
Try removing / at beginning of path
Browse files Browse the repository at this point in the history
  • Loading branch information
rkierulf committed Jun 28, 2024
1 parent 8bc9013 commit aa0f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Locate Benchmarks Artifact
id: locate
if: ${{ steps.download.outputs.download-state == 'success'}}
run: echo "path=$(find /github/workspace/artifacts -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT
run: echo "path=$(find github/workspace/artifacts -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT

- name: Upload Benchmark Results
if: ${{ steps.download.outputs.download-state == 'success' && steps.locate.outputs.path != '' }}
Expand Down

0 comments on commit aa0f499

Please sign in to comment.