diff --git a/.github/workflows/tencent_official.yml b/.github/workflows/tencent_official.yml index 742f7e80f..9564f5356 100644 --- a/.github/workflows/tencent_official.yml +++ b/.github/workflows/tencent_official.yml @@ -37,7 +37,7 @@ jobs: rt=${rtt#*v} rc=$(git rev-parse --short HEAD) - sed -i 's#def versionAppName.*#def versionAppName = \"'$rt'+git.'$rc'\"#g' config.gradle + sed -i 's#def versionAppName.*#def versionAppName = \"'$rt'\"#g' config.gradle - name: Update Values of Signing run: | export KEY_ID_OF_SIGN=$IOT_GPG_KEYNAME