Skip to content

Commit 1e17c57

Browse files
committed
修复maven信息,版本路径修改
1 parent df5b26f commit 1e17c57

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/script/update_values_for_sign.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ root_path=$(pwd)
66
sed -i 's#MY_KEY_ID#'$key_id'#g' $1
77
sed -i 's#MY_PASSWORD#'$password'#g' $1
88
sed -i 's#MY_KEY_RING_FILE#'$root_path'/secret.gpg#g' $1
9+
10+
sed -i 's#MY_MAVEN_USERNAME#'$IOT_SONATYPE_USERNAME'#g' $1
11+
sed -i 's#MY_MAVEN_PASSWORD#'$IOT_SONATYPE_PASSWORD'#g' $1

.github/workflows/libxp2p_android_combine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
8585
export GIT_BRANCH_IMAGE_VERSION=$VERSION
86-
bash .github/script/update_version_for_android.sh Release iot-p2p/iot/device/android_device/device_video_aar/explorer-device-video-sdk/build.gradle
86+
bash .github/script/update_version_for_android.sh Release iot-p2p/iot/device/android_device/device_video_aar/explorer-app-video-sdk/build.gradle
8787
8888
- name: Update Values of Signing
8989
run: |

0 commit comments

Comments
 (0)