We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e24aa8 commit caa5a85Copy full SHA for caa5a85
.github/workflows/android.yml
@@ -20,8 +20,7 @@ jobs:
20
LOCAL_PROPERTIES: ${{secrets.LOCAL_PROPERTIES}}
21
shell: bash
22
run: |
23
- echo "$LOCAL_PROPERTIES" > ~/local.properties
24
- cat ~/local.properties
+ echo "$LOCAL_PROPERTIES" > ~/home/runner/work/SplashGallery/SplashGallery/local.properties
25
26
- name: set up JDK 11
27
uses: actions/setup-java@v2
0 commit comments