android-build-action icon indicating copy to clipboard operation
android-build-action copied to clipboard

path '.' duplicate last dir

Open gcb opened this issue 7 months ago • 3 comments

using project_path: . when gradlew is on the repo root will fail the build with

Couldn't find gradlew at path '/home/runner/work/repo_name/repo_name/gradlew'

# minimum reproducible case using job from README
jobs:
  maybe-build-android:
    runs-on: ubuntu-latest
    steps:
      - uses: sparkfabrik/[email protected]
        with:
          project-path: .
          output-path: my-app.apk
          browserstack-upload: false
          ruby-version: "2.7.5"
          bundler-version: "2.3.26"
          fastlane-env: "debug"

gcb avatar Jul 04 '24 22:07 gcb