File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : develop-comores
1+ name : Develop Comores
22
33on :
44 push :
@@ -30,16 +30,18 @@ jobs:
3030 with :
3131 cache-disabled : true
3232
33-
3433 - name : Build release APK
3534 run : ./gradlew assemblecomoresDevDebug
3635 env :
3736 KEYSTORE_PASSWORD : ${{ secrets.KEYSTORE_PASSWORD }}
3837 KEY_ALIAS : ${{ secrets.KEY_ALIAS }}
3938 KEY_PASSWORD : ${{ secrets.KEY_PASSWORD }}
4039
40+ - name : List APK files
41+ run : ls -R app/build/outputs/apk/
42+
4143 - name : Rename APK
42- run : mv app/build/outputs/apk/comoresDev/debug/app-comoresDev-debug .apk claims-comores-test.apk
44+ run : mv app/build/outputs/apk/**/* .apk claims-comores-test.apk
4345
4446 - name : List APK files
4547 run : ls -l claims-comores-test.apk
4850 uses : actions/upload-artifact@v4
4951 with :
5052 name : claims-comores-test.apk
51- path : claims-comores-test.apk
53+ path : claims-comores-test.apk
You can’t perform that action at this time.
0 commit comments