Skip to content

Commit 728dff5

Browse files
committed
upload asset
1 parent 5d020ec commit 728dff5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ jobs:
123123
tag_name: ${{ env.SPP_PROBE_VERSION }}
124124
release_name: v${{ env.SPP_PROBE_VERSION }}
125125
draft: true
126+
127+
- name: Upload spp-probe asset
128+
uses: actions/upload-release-asset@v1
129+
env:
130+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
131+
with:
132+
upload_url: ${{ steps.createDraft.outputs.upload_url }}
133+
asset_path: ./e2e/spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
134+
asset_name: spp-probe-${{ env.SPP_PROBE_VERSION }}.jar
135+
asset_content_type: application/java-archive

0 commit comments

Comments
 (0)