Skip to content

Commit 20ec3ac

Browse files
committed
fix
1 parent 888b765 commit 20ec3ac

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
@@ -74,9 +74,9 @@ jobs:
7474
7575
echo -n "$SECRET_EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS" | base64 -d > /tmp/secring.gpg
7676
77-
FLAVOR="${{ inputs.flavor}}"
77+
FLAVOR="${{ inputs.flavor }}"
7878
79-
if [[ "${FLAVOR}" == "qnn+xnnpack"]; then
79+
if [[ "$FLAVOR" == "qnn+xnnpack" ]]; then
8080
PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh
8181
PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh
8282
export EXECUTORCH_BUILD_QNN=ON

0 commit comments

Comments
 (0)