Skip to content

Commit

Permalink
just name spp-probe.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Oct 27, 2021
1 parent 2e276db commit 11a9e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 11a9e82

Please sign in to comment.