Skip to content

Commit

Permalink
ci: Access NAME for result correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Sep 28, 2024
1 parent 2b76602 commit 4930175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Upload results
uses: actions/upload-artifact@v4
with:
name: results-${{ env.NAME }}
name: results-${{ steps.log-artifact-name.outputs.NAME }}
path: benchmarks/out/results/${{ inputs.benchmark }}.json
- name: Upload logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4930175

Please sign in to comment.