diff --git a/.github/workflows/bundletool-native.yml b/.github/workflows/bundletool-native.yml index e8e5b3d..13bc7ff 100644 --- a/.github/workflows/bundletool-native.yml +++ b/.github/workflows/bundletool-native.yml @@ -30,8 +30,9 @@ jobs: curl -L -o bundletool.zip https://github.com/google/bundletool/archive/refs/heads/master.zip unzip bundletool.zip mv bundletool-master bundletool-src + chmod +x bundletool-src/gradlew - - name: Build bundletool.jar + - name: Build bundletool.jar (using bundletool’s own Gradle) working-directory: bundletool-src run: | ./gradlew build -x test @@ -41,7 +42,6 @@ jobs: run: | native-image \ --no-fallback \ - --static \ -jar bundletool.jar \ bundletool