Skip to content

Commit 5057963

Browse files
committed
Update Gradle installation path
Signed-off-by: James Bradlee <[email protected]>
1 parent 303f505 commit 5057963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-assurance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
path=${{ runner.temp }}/gradle
1919
wget --no-verbose -O ${{ runner.temp }}/gradle.zip $distributionUrl
2020
unzip ${{ runner.temp }}/gradle.zip -d $path
21-
ls -1 $path
21+
ls $path/$(ls -1 $path)/bin
2222

0 commit comments

Comments
 (0)