Skip to content

Commit 9cdd88b

Browse files
authored
Merge pull request #40 from garyschulte/bugfix-test-support
fix test-support artifact naming
2 parents ee3845c + 6568e75 commit 9cdd88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
with:
6868
upload_url: ${{ steps.create_release.outputs.upload_url }}
6969
asset_path: ./build/libs/besu-shomei-plugin-${{ steps.get_version.outputs.VERSION }}-test-support.jar
70-
asset_name: besu-shomei-plugin-${{ steps.get_version.outputs.VERSION }}-test-support.jar
70+
asset_name: besu-shomei-plugin-test-support-${{ steps.get_version.outputs.VERSION }}.jar
7171
asset_content_type: application/octet-stream

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
releaseVersion=0.6.3-SNAPSHOT
1+
releaseVersion=0.6.4-SNAPSHOT
22
besuVersion=25.5.0-linea2
33
arithmetizationVersion=beta-v2.1-rc16

0 commit comments

Comments
 (0)