Skip to content

Commit d745e44

Browse files
authored
fix(releases): fix debug apk path for upload (#35)
1 parent 37a2a8c commit d745e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
run: |
4040
cd android/
4141
./gradlew assembleDebug --stacktrace
42+
cd ../
4243
4344
- name: Upload APK
4445
uses: actions/upload-artifact@v3
4546
with:
4647
name: app-dev-debug
47-
path: android/build/outputs/apk/debug/app-debug.apk
48+
path: android/app/build/outputs/apk/debug/app-debug.apk
4849

0 commit comments

Comments
 (0)