We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d916626 commit 4790197Copy full SHA for 4790197
.github/workflows/quality-assurance.yaml
@@ -17,6 +17,6 @@ jobs:
17
echo "Gradle URL: $distributionUrl"
18
path=${{ runner.temp }}/gradle
19
wget -O ${{ runner.temp }}/gradle.zip $distributionUrl
20
- unzip ${{ runner.temp }}/gradle.zip -d $path
21
- ls --no-verbose -q1 $path
+ unzip --no-verbose ${{ runner.temp }}/gradle.zip -d $path
+ ls -1 $path
22
0 commit comments