File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 # Duplicate APK(s) Release to zip file and extract
7474 - name : Duplicate APK(s) Release to zip file and extract
7575 run : |
76+ rm keystore.jks
7677 cd ${{ env.main_project_module }}/build/outputs/apk/release/
7778 unzip -p ${{ env.repository_name }}.apks universal.apk > ${{ env.repository_name }}.apk
7879 - name : Upload APK Release - ${{ env.repository_name }}
Original file line number Diff line number Diff line change 7474 # Duplicate APK(s) Release to zip file and extract
7575 - name : Duplicate APK(s) Release to zip file and extract
7676 run : |
77+ rm keystore.jks
7778 cd ${{ env.main_project_module }}/build/outputs/apk/release/
7879 unzip -p ${{ env.repository_name }}.apks universal.apk > ${{ env.repository_name }}.apk
7980 # Noted For Output [main_project_module]/build/outputs/apk/release/
You can’t perform that action at this time.
0 commit comments