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 7ec5f32 commit 9e3e445Copy full SHA for 9e3e445
.github/workflows/android-release-artifacts.yml
@@ -89,7 +89,7 @@ jobs:
89
# Update the version name in build.gradle in case of maven publish
90
VERSION="${{ inputs.version }}"
91
if [ ! -z "$VERSION" ]; then
92
- GRADLE_ARGS+="-DexecuTorchVersion=${VERSION}"
+ GRADLE_ARGS+=" -DexecuTorchVersion=${VERSION}"
93
fi
94
95
FLAVOR="${{ inputs.flavor }}"
@@ -104,7 +104,7 @@ jobs:
104
source backends/qualcomm/scripts/qnn_config.sh
105
export QNN_SDK_ROOT="/tmp/qnn/${QNN_VERSION}"
106
export ANDROID_ABIS=arm64-v8a
107
- GRADLE_ARGS+="-DqnnVersion=2.28.0"
+ GRADLE_ARGS+=" -DqnnVersion=2.28.0"
108
109
110
# Build AAR Package
0 commit comments