From 296eab4f342df1e73b468e6a96feac648b0e070a Mon Sep 17 00:00:00 2001 From: archurtan Date: Fri, 4 Sep 2020 16:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4workflow=E4=BD=BF=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=89=88app=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=8D?= =?UTF-8?q?=E5=B8=A6.git+xxx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0cfdd8fe9744749560eb15a78721b3a1b33fde65 --- .github/workflows/tencent_official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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