Skip to content

Commit 137013d

Browse files
authored
fix: Update path for release-action asset (#362)
1 parent ba20984 commit 137013d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
commit: ${{env.COMMIT}}
112112
makeLatest: ${{inputs.mark-latest}}
113113
allowUpdates: true
114-
artifacts: "${{env.RELEASE_DIR}}/target/deephaven-benchmark-${{env.VERSION}}.tar"
114+
artifacts: "deephaven-benchmark-${{env.VERSION}}.tar"
115115
bodyFile: release-notes.md
116116

117117

0 commit comments

Comments
 (0)