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