mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
correct uses path
This commit is contained in:
parent
6cd34504b7
commit
e7b65d73cb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run-test.yml
vendored
4
.github/workflows/run-test.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: ../setup-android
|
||||
path: ../setup-android/
|
||||
|
||||
- name: Set up JDK 1.8
|
||||
uses: actions/setup-java@v1
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Setup Android SDK
|
||||
id: 'setup-android'
|
||||
uses: ../setup-android
|
||||
uses: ../setup-android/
|
||||
|
||||
- name: Build SampleApplication
|
||||
if: runner.os != 'windows'
|
||||
|
|
Loading…
Reference in a new issue