Fix unsigned
This commit is contained in:
@@ -68,9 +68,7 @@ jobs:
|
||||
run: mkdir app/release
|
||||
|
||||
- name: Delete unsigned files
|
||||
run: |
|
||||
rm app/build/outputs/*unsigned*
|
||||
rm app/build/outputs/*unsigned*
|
||||
run: find app/build/outputs/ -type f -name '*unsigned*' ! -name '*signed*' -exec rm {} +
|
||||
continue-on-error: true
|
||||
|
||||
- name: Delete temp apks
|
||||
|
||||
Reference in New Issue
Block a user