@@ -94,23 +94,23 @@ jobs:
9494 name : xp2p
9595 path : |
9696 xp2p_artifacts.zip
97- - name : Get release
98- if : startsWith(github.event.ref, 'refs/tags')
99- id : get_release
100- uses : bruceadams/get-release@v1.2.2
101- env :
102- GITHUB_TOKEN : ${{ github.token }}
103- - name : Upload Release Asset
104- if : startsWith(github.event.ref, 'refs/tags')
105- id : upload-release-asset
106- uses : actions/upload-release-asset@v1
107- env :
108- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109- with :
110- upload_url : ${{ steps.get_release.outputs.upload_url }}
111- asset_path : ./xp2p_artifacts.zip
112- asset_name : xp2p_artifacts.zip
113- asset_content_type : application/zip
97+ # - name: Get release
98+ # if: startsWith(github.event.ref, 'refs/tags')
99+ # id: get_release
100+ # uses: bruceadams/get-release@v1.2.2
101+ # env:
102+ # GITHUB_TOKEN: ${{ github.token }}
103+ # - name: Upload Release Asset
104+ # if: startsWith(github.event.ref, 'refs/tags')
105+ # id: upload-release-asset
106+ # uses: actions/upload-release-asset@v1
107+ # env:
108+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109+ # with:
110+ # upload_url: ${{ steps.get_release.outputs.upload_url }}
111+ # asset_path: ./xp2p_artifacts.zip
112+ # asset_name: xp2p_artifacts.zip
113+ # asset_content_type: application/zip
114114
115115 - name : Publish aar to Maven
116116 run : |
0 commit comments