We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b18a1 commit 8e04c6bCopy full SHA for 8e04c6b
.github/workflows/build.yml
@@ -145,7 +145,7 @@ jobs:
145
with:
146
upload_url: ${{ steps.createDraft.outputs.upload_url }}
147
asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
148
- asset_name: spp-probe.jar
+ asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
149
asset_content_type: application/java-archive
150
151
- name: Upload spp-probe-services asset
@@ -156,5 +156,5 @@ jobs:
156
157
158
asset_path: ./services/build/libs/spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
159
- asset_name: spp-skywalking-services.jar
+ asset_name: spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
160
0 commit comments