Skip to content

Commit

Permalink
Fix typo on distribution "jdkfile" (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
WtfJoke authored Apr 12, 2021
1 parent 00401c4 commit 56b2808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/switching-to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b2808

Please sign in to comment.