From 7fd40fd9a2f015cca4fd4f3305cf4354d24bf739 Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 14 Nov 2025 12:12:19 -0500 Subject: [PATCH] Fix path for bundletool in native-image command --- .github/workflows/bundletool-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundletool-native.yml b/.github/workflows/bundletool-native.yml index fb253c5..50f83a5 100644 --- a/.github/workflows/bundletool-native.yml +++ b/.github/workflows/bundletool-native.yml @@ -36,7 +36,7 @@ jobs: --no-fallback \ --static \ -jar bundletool.jar \ - bundletool + bundletool/bundletool - name: Upload Native Binary uses: actions/upload-artifact@v4