Fix path for bundletool in native-image command

This commit is contained in:
Izzy
2025-11-14 12:12:19 -05:00
committed by GitHub
parent ee734155fe
commit 7fd40fd9a2
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
--no-fallback \
--static \
-jar bundletool.jar \
bundletool
bundletool/bundletool
- name: Upload Native Binary
uses: actions/upload-artifact@v4