it helps if we don't try to rewrite the same dir

This commit is contained in:
Dave Olsthoorn 2020-07-25 19:30:09 +02:00 committed by GitHub
parent e982e60a79
commit ac6035b2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
path: ../setup-android/ path: ../setup-android-action/
- name: Set up JDK 1.8 - name: Set up JDK 1.8
uses: actions/setup-java@v1 uses: actions/setup-java@v1
@ -36,7 +36,7 @@ jobs:
- name: Setup Android SDK - name: Setup Android SDK
id: 'setup-android' id: 'setup-android'
uses: ./../setup-android/ uses: ./../setup-android-action/
- name: Build SampleApplication - name: Build SampleApplication
if: runner.os != 'windows' if: runner.os != 'windows'