Skip to content

Commit 5057fcc

Browse files
authored
looking for build.gradle in app dir
1 parent 7886678 commit 5057fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
if: ${{ steps.getbuildtool.outputs.BUILD_TOOL == 'GRADLE' }}
5555
run: |-
5656
./gradlew build
57-
echo VARIABLES="build.gradle settings.gradle include build/libs/ (?<=version\s=\s(\"|'))([0-9.]+(-SNAPSHOT)?) (?<=include\s(\"|'))([^\"']+)" >> $GITHUB_OUTPUT
57+
echo VARIABLES="app/build.gradle settings.gradle include build/libs/ (?<=version\s=\s(\"|'))([0-9.]+(-SNAPSHOT)?) (?<=include\s(\"|'))([^\"']+)" >> $GITHUB_OUTPUT
5858
shell: bash
5959
# Obtain the Project version and modules
6060
- name: Gather Project Info

0 commit comments

Comments
 (0)