File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,10 @@ jobs:
3535 uses : actions/download-artifact@v4
3636 with :
3737 name : demoapk
38- path : demo.apk
3938 - name : preinstall
4039 run : pip3 install -r requirements.txt
4140 - name : test
42- run : ./extract_jni.py demo .apk
41+ run : ./extract_jni.py app-debug .apk
4342
4443 release :
4544 name : release APK
5150 uses : actions/download-artifact@v4
5251 with :
5352 name : demoapk
54- path : demo.apk
5553 - name : Create Release
5654 id : create_release
5755 uses : actions/create-release@v1
6765 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6866 with :
6967 upload_url : ${{ steps.create_release.outputs.upload_url }}
70- asset_path : demo .apk
71- asset_name : demo .apk
68+ asset_path : app-debug .apk
69+ asset_name : app-debug .apk
7270 asset_content_type : application/zip
You can’t perform that action at this time.
0 commit comments