Skip to content

Commit caa5a85

Browse files
authored
Update android.yml
1 parent 2e24aa8 commit caa5a85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
LOCAL_PROPERTIES: ${{secrets.LOCAL_PROPERTIES}}
2121
shell: bash
2222
run: |
23-
echo "$LOCAL_PROPERTIES" > ~/local.properties
24-
cat ~/local.properties
23+
echo "$LOCAL_PROPERTIES" > ~/home/runner/work/SplashGallery/SplashGallery/local.properties
2524
2625
- name: set up JDK 11
2726
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)