Skip to content

Commit 9e3e445

Browse files
committed
update version
1 parent 7ec5f32 commit 9e3e445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-release-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# Update the version name in build.gradle in case of maven publish
9090
VERSION="${{ inputs.version }}"
9191
if [ ! -z "$VERSION" ]; then
92-
GRADLE_ARGS+="-DexecuTorchVersion=${VERSION}"
92+
GRADLE_ARGS+=" -DexecuTorchVersion=${VERSION}"
9393
fi
9494
9595
FLAVOR="${{ inputs.flavor }}"
@@ -104,7 +104,7 @@ jobs:
104104
source backends/qualcomm/scripts/qnn_config.sh
105105
export QNN_SDK_ROOT="/tmp/qnn/${QNN_VERSION}"
106106
export ANDROID_ABIS=arm64-v8a
107-
GRADLE_ARGS+="-DqnnVersion=2.28.0"
107+
GRADLE_ARGS+=" -DqnnVersion=2.28.0"
108108
fi
109109
110110
# Build AAR Package

0 commit comments

Comments
 (0)