Skip to content

path '.' duplicate last dir #31

@gcb

Description

@gcb

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/android-build-action@v1.5.0
        with:
          project-path: .
          output-path: my-app.apk
          browserstack-upload: false
          ruby-version: "2.7.5"
          bundler-version: "2.3.26"
          fastlane-env: "debug"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions