We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303f505 commit 5057963Copy full SHA for 5057963
.github/workflows/quality-assurance.yaml
@@ -18,5 +18,5 @@ jobs:
18
path=${{ runner.temp }}/gradle
19
wget --no-verbose -O ${{ runner.temp }}/gradle.zip $distributionUrl
20
unzip ${{ runner.temp }}/gradle.zip -d $path
21
- ls -1 $path
+ ls $path/$(ls -1 $path)/bin
22
0 commit comments