We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c318f0 commit 240ebe5Copy full SHA for 240ebe5
.github/workflows/android_deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
run: echo $GITHUB_ENV
40
- name: Build Android Release
41
run: |
42
- cd ${{ github.workspace }}/apps/box/android/apps/box/android
+ cd ${{ github.workspace }}/apps/box/android
43
./gradlew assembleRelease
44
- name: List Directory
45
run: ls -la ${{ github.workspace }}/apps/box/android/app/build/outputs/apk/release
0 commit comments