Skip to content

Commit 240ebe5

Browse files
committed
Update android_deploy.yml
1 parent 9c318f0 commit 240ebe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo $GITHUB_ENV
4040
- name: Build Android Release
4141
run: |
42-
cd ${{ github.workspace }}/apps/box/android/apps/box/android
42+
cd ${{ github.workspace }}/apps/box/android
4343
./gradlew assembleRelease
4444
- name: List Directory
4545
run: ls -la ${{ github.workspace }}/apps/box/android/app/build/outputs/apk/release

0 commit comments

Comments
 (0)