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 0733d6c commit b6c6a38Copy full SHA for b6c6a38
.github/workflows/libxp2p_android_combine.yml
@@ -76,7 +76,7 @@ jobs:
76
run: |
77
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
78
export GIT_BRANCH_IMAGE_VERSION=$VERSION
79
- bash .github/script/update_version_for_android.sh Debug iot-p2p/iot/device/android_device/device_video_aar/explorer-device-video-sdk/build.gradle
+ bash .github/script/update_version_for_android.sh Debug iot-p2p/iot/device/android_device/device_video_aar/explorer-app-video-sdk/build.gradle
80
81
- name: Update sdk version release
82
if: startsWith(github.event.ref, 'refs/tags')
0 commit comments