Skip to content

Commit

Permalink
graalvm.yml: add -jdkXX to jsonrpc-tool artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 20, 2025
1 parent afa0fe1 commit 8a818a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Upload jsonrpc tool as artifact
uses: actions/upload-artifact@v4
with:
name: jsonrpc-tool-${{ matrix.os }}
name: jsonrpc-tool-${{ matrix.os }}-jdk${{ matrix.java-version }}
path: consensusj-jsonrpc-cli/build/jsonrpc

0 comments on commit 8a818a1

Please sign in to comment.