fixed gradle build path

This commit is contained in:
Vadim 2023-02-23 22:27:35 +03:00 committed by GitHub
parent 00a865c9de
commit f97668c8d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ jobs:
- name: Bump version
uses: chkfung/android-version-actions@v1.2.1
with:
gradlePath: app/build.gradle # or app/build.gradle.kts
gradlePath: android/app/build.gradle
versionCode: ${{ github.event.inputs.versionCode }}
versionName: ${{ github.event.inputs.versionName }}