Skip to content

Commit d70f1ad

Browse files
committed
wget output filename defined.
1 parent 3596250 commit d70f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml renamed to .github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Download AWS Corretto
4141
if: steps.corretto-cache.outputs.cache-hit != 'true'
42-
run: wget ${{ steps.get-latest-corretto-url.outputs.___URL }}
42+
run: wget -O amazon-corretto-17-x64-linux-jdk.tar.gz ${{ steps.get-latest-corretto-url.outputs.___URL }}
4343

4444
- name: ☕ Set up JDK 17
4545
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)