From 11a9e82bd4887b9e9e122d30830418df2aa7144e Mon Sep 17 00:00:00 2001 From: Brandon Fergerson Date: Wed, 27 Oct 2021 16:39:08 -0400 Subject: [PATCH] just name spp-probe.jar --- .github/workflows/build.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb1474cf..0ce311aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,5 +130,5 @@ jobs: with: upload_url: ${{ steps.createDraft.outputs.upload_url }} asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar - asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar + asset_name: spp-probe.jar asset_content_type: application/java-archive diff --git a/gradle.properties b/gradle.properties index 7e9715a6..e151f42a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official probeGroup = spp.probe -probeVersion = 0.1.23 +probeVersion = 0.1.24 #SkyWalking 8.7.0-compatible vertxVersion = 4.0.2