Skip to content

Commit c9da0f3

Browse files
author
archurtan
committed
update workflow for upload so.
1 parent 56c3ea4 commit c9da0f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/libxp2p_android_combine.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ jobs:
5252
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
5353
PROVISIONING_PASSWORD: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
5454

55+
- name: Compress xp2p artifacts
56+
run: |
57+
mkdir xp2p_artifacts
58+
cp -r iot-p2p/android_device/device_video_aar/explorer-device-video-sdk/libs/ xp2p_artifacts/
59+
zip -r xp2p_artifacts.zip xp2p_artifacts
60+
- name: Upload .so to Artifacts
61+
uses: actions/upload-artifact@v2
62+
with:
63+
name: xp2p
64+
path: |
65+
xp2p_artifacts.zip
66+
5567
- name: Update sdk version debug
5668
if: startsWith(github.event.ref, 'refs/heads')
5769
run: |

0 commit comments

Comments
 (0)