Skip to content

Commit

Permalink
fix: Update path for release-action asset (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Oct 10, 2024
1 parent ba20984 commit 137013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
commit: ${{env.COMMIT}}
makeLatest: ${{inputs.mark-latest}}
allowUpdates: true
artifacts: "${{env.RELEASE_DIR}}/target/deephaven-benchmark-${{env.VERSION}}.tar"
artifacts: "deephaven-benchmark-${{env.VERSION}}.tar"
bodyFile: release-notes.md


0 comments on commit 137013d

Please sign in to comment.