Skip to content

Commit 1e87593

Browse files
committed
Fix CI
1 parent a2ee091 commit 1e87593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/upload-artifact@v1
2424
with:
2525
name: demoapk
26-
path: app/build/outputs/apk/debug/app-debug.apk
26+
path: demo_apk/app/build/outputs/apk/debug/app-debug.apk
2727
test:
2828
name: Test JNI extraction
2929
needs: build_apk

0 commit comments

Comments
 (0)