diff --git a/.github/workflows/android-release-artifacts.yml b/.github/workflows/android-release-artifacts.yml index 9ef8d046b8b..278e5abcc5f 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -90,7 +90,7 @@ jobs: fi FLAVOR="${{ inputs.flavor }}" - if [[ "$FLAVOR" == "vulkan+xnnpack" ]]; then + if [[ "$FLAVOR" == "vulkan+xnnpack" || -z "$FLAVOR" ]]; then export EXECUTORCH_BUILD_VULKAN=ON fi