We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7886678 commit 5057fccCopy full SHA for 5057fcc
1 file changed
action.yml
@@ -54,7 +54,7 @@ runs:
54
if: ${{ steps.getbuildtool.outputs.BUILD_TOOL == 'GRADLE' }}
55
run: |-
56
./gradlew build
57
- echo VARIABLES="build.gradle settings.gradle include build/libs/ (?<=version\s=\s(\"|'))([0-9.]+(-SNAPSHOT)?) (?<=include\s(\"|'))([^\"']+)" >> $GITHUB_OUTPUT
+ echo VARIABLES="app/build.gradle settings.gradle include build/libs/ (?<=version\s=\s(\"|'))([0-9.]+(-SNAPSHOT)?) (?<=include\s(\"|'))([^\"']+)" >> $GITHUB_OUTPUT
58
shell: bash
59
# Obtain the Project version and modules
60
- name: Gather Project Info
0 commit comments