Skip to content

Commit 11a9e82

Browse files
committed
just name spp-probe.jar
1 parent 2e276db commit 11a9e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,5 @@ jobs:
130130
with:
131131
upload_url: ${{ steps.createDraft.outputs.upload_url }}
132132
asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
133-
asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
133+
asset_name: spp-probe.jar
134134
asset_content_type: application/java-archive

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
probeGroup = spp.probe
4-
probeVersion = 0.1.23
4+
probeVersion = 0.1.24
55

66
#SkyWalking 8.7.0-compatible
77
vertxVersion = 4.0.2

0 commit comments

Comments
 (0)