Skip to content

Commit 4790197

Browse files
committed
Refactor Gradle extraction process
Signed-off-by: James Bradlee <[email protected]>
1 parent d916626 commit 4790197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-assurance.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
echo "Gradle URL: $distributionUrl"
1818
path=${{ runner.temp }}/gradle
1919
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
20-
unzip ${{ runner.temp }}/gradle.zip -d $path
21-
ls --no-verbose -q1 $path
20+
unzip --no-verbose ${{ runner.temp }}/gradle.zip -d $path
21+
ls -1 $path
2222

0 commit comments

Comments
 (0)