Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpan committed Feb 6, 2024
1 parent a2ee091 commit 1e87593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: demoapk
path: app/build/outputs/apk/debug/app-debug.apk
path: demo_apk/app/build/outputs/apk/debug/app-debug.apk
test:
name: Test JNI extraction
needs: build_apk
Expand Down

0 comments on commit 1e87593

Please sign in to comment.