Skip to content

Commit

Permalink
fix: use correct artifacts path in benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 7, 2023
1 parent f2f5c9d commit b5a2c38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload generated report artifacts
uses: actions/upload-artifact@v3
with:
path: ${{env.BUILD_DIR}}/${{env.ARTIFACTS_DIR}}
path: ${{env.ARTIFACTS_DIR}}


ubuntu-20_04:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload generated report artifacts
uses: actions/upload-artifact@v3
with:
path: ${{env.BUILD_DIR}}/${{env.ARTIFACTS_DIR}}
path: ${{env.ARTIFACTS_DIR}}


windows_2022:
Expand All @@ -129,7 +129,7 @@ jobs:
- name: Upload generated report artifacts
uses: actions/upload-artifact@v3
with:
path: ${{env.BUILD_DIR}}/${{env.ARTIFACTS_DIR}}
path: ${{env.ARTIFACTS_DIR}}


windows_2019:
Expand All @@ -154,4 +154,4 @@ jobs:
- name: Upload generated report artifacts
uses: actions/upload-artifact@v3
with:
path: ${{env.BUILD_DIR}}/${{env.ARTIFACTS_DIR}}
path: ${{env.ARTIFACTS_DIR}}

0 comments on commit b5a2c38

Please sign in to comment.