Skip to content

Commit c8942ec

Browse files
committed
Update Gradle source path
Signed-off-by: James Bradlee <[email protected]>
1 parent 5fda037 commit c8942ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-gradle/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- shell: sh
77
run: |
8-
source gradle/wrapper/gradle-wrapper.properties
8+
source $GITHUB_WORKSPACE/gradle/wrapper/gradle-wrapper.properties
99
echo "Gradle URL: $distributionUrl"
1010
path=${{ runner.temp }}/gradle
1111
wget --no-verbose -O ${{ runner.temp }}/gradle.zip $distributionUrl

0 commit comments

Comments
 (0)