We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ee091 commit 1e87593Copy full SHA for 1e87593
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/upload-artifact@v1
24
with:
25
name: demoapk
26
- path: app/build/outputs/apk/debug/app-debug.apk
+ path: demo_apk/app/build/outputs/apk/debug/app-debug.apk
27
test:
28
name: Test JNI extraction
29
needs: build_apk
0 commit comments