Skip to content

Commit 28ba341

Browse files
committed
runner updated.
1 parent 9c4ea6d commit 28ba341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ jobs:
4141
id: corretto-cache
4242
name: Restore Corretto
4343
with:
44-
path: ${{ JDK_FILE }}
44+
path: $JDK_FILE
4545
key: ${{ runner.os }}-corretto-${{ steps.get-latest-corretto-url.outputs.___URL }}
4646

4747
- name: Download AWS Corretto
4848
if: steps.corretto-cache.outputs.cache-hit != 'true'
49-
run: wget -O ${{ JDK_FILE }} ${{ steps.get-latest-corretto-url.outputs.___URL }}
49+
run: wget -O $JDK_FILE ${{ steps.get-latest-corretto-url.outputs.___URL }}
5050

5151
- name: ☕ Set up JDK 17
5252
uses: actions/setup-java@v3
5353
with:
5454
distribution: jdkfile
5555
java-version: '17'
5656
architecture: x64
57-
jdkFile: ${{ JDK_FILE }}
57+
jdkFile: $JDK_FILE
5858

5959
- name: Build with Gradle
6060
run: ./gradlew :mobile:bundleDebug

0 commit comments

Comments
 (0)