Skip to content

Commit 8e04c6b

Browse files
authored
Update build.yml
1 parent 74b18a1 commit 8e04c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
with:
146146
upload_url: ${{ steps.createDraft.outputs.upload_url }}
147147
asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
148-
asset_name: spp-probe.jar
148+
asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
149149
asset_content_type: application/java-archive
150150

151151
- name: Upload spp-probe-services asset
@@ -156,5 +156,5 @@ jobs:
156156
with:
157157
upload_url: ${{ steps.createDraft.outputs.upload_url }}
158158
asset_path: ./services/build/libs/spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
159-
asset_name: spp-skywalking-services.jar
159+
asset_name: spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
160160
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)