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 56c3ea4 commit c9da0f3Copy full SHA for c9da0f3
.github/workflows/libxp2p_android_combine.yml
@@ -52,6 +52,18 @@ jobs:
52
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
53
PROVISIONING_PASSWORD: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
54
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
+
67
- name: Update sdk version debug
68
if: startsWith(github.event.ref, 'refs/heads')
69
run: |
0 commit comments