File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,19 @@ jobs:
68
68
- name : Download APK Debug - ${{ env.repository_name }}
69
69
uses : actions/download-artifact@v3
70
70
with :
71
+ name : " *.apk"
71
72
path : ${{ env.main_project_module }}/build/outputs/apk/debug/
72
73
73
74
# Noted For Output [main_project_module]/build/outputs/apk/release/
74
75
- name : Download APK Release - ${{ env.repository_name }}
75
76
uses : actions/download-artifact@v3
76
77
with :
78
+ name : " *.apk"
77
79
path : ${{ env.main_project_module }}/build/outputs/apk/release/
78
80
79
81
# Noted For Output [main_project_module]/build/outputs/bundle/release/
80
82
- name : Download AAB (App Bundle) Release - ${{ env.repository_name }}
81
83
uses : actions/download-artifact@v3
82
84
with :
85
+ name : " *.aab"
83
86
path : ${{ env.main_project_module }}/build/outputs/bundle/release/
You can’t perform that action at this time.
0 commit comments