Fix typo on distribution "jdkfile" (#163)

Its jdkfile and not "jdkFile", see b53500dabc/src/distributions/distribution-factory.ts (L10)
This commit is contained in:
Manuel 2021-04-12 19:14:22 +02:00 committed by GitHub
parent 00401c4488
commit 56b2808da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ steps:
wget -O $RUNNER_TEMP/java_package.tar.gz $download_url
- uses: actions/setup-java@v2
with:
distribution: 'jdkFile'
distribution: 'jdkfile'
jdkFile: ${{ runner.temp }}/java_package.tar.gz
java-version: '11.0.0'
architecture: x64