We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d020ec commit 728dff5Copy full SHA for 728dff5
.github/workflows/build.yml
@@ -123,3 +123,13 @@ jobs:
123
tag_name: ${{ env.SPP_PROBE_VERSION }}
124
release_name: v${{ env.SPP_PROBE_VERSION }}
125
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