Skip to content

Commit 96ba0ed

Browse files
author
archurtan
committed
update workflow
1 parent 9b48033 commit 96ba0ed

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/libxp2p_android.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)