mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-05-19 22:50:40 +00:00
fixed gradle build path
This commit is contained in:
parent
00a865c9de
commit
f97668c8d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd_prod.yml
vendored
2
.github/workflows/cd_prod.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue