File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -145,5 +145,16 @@ 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
150+
151+ - name : Upload spp-probe-services asset
152+ if : github.ref == 'refs/heads/master'
153+ uses : actions/upload-release-asset@v1
154+ env :
155+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
156+ with :
157+ upload_url : ${{ steps.createDraft.outputs.upload_url }}
158+ asset_path : ./services/build/libs/spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
159+ asset_name : spp-skywalking-services-${{ env.SPP_PROBE_VERSION }}.jar
160+ asset_content_type : application/java-archive
You can’t perform that action at this time.
0 commit comments