Skip to content

Commit 59c8f1c

Browse files
authored
Update android-release-artifacts.yml
1 parent 0802e9c commit 59c8f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Publish to maven staging
9999
UPLOAD_TO_MAVEN="${{ inputs.upload_to_maven }}"
100100
if [[ "$UPLOAD_TO_MAVEN" == "true" ]]; then
101-
(cd aar-out; ANDROID_HOME="${ANDROID_SDK:-/opt/android/sdk}" ./gradlew :executorch_android:publishToMavenCentral)
101+
(cd extension/android; ANDROID_HOME="${ANDROID_SDK:-/opt/android/sdk}" ./gradlew :executorch_android:publishToMavenCentral)
102102
fi
103103
104104
upload-release-aar:

0 commit comments

Comments
 (0)