File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
name : ${{ github.event.repository.name }}-${{ github.run_number }}-dev-debug-apk
23
23
path : |
24
- ${{ github.workspace }}/app/build/outputs/apk/devDebug /app-dev-debug.apk
24
+ ${{ github.workspace }}/app/build/outputs/apk/dev/debug /app-dev-debug.apk
25
25
26
26
- name : Build Prod APK
27
27
run : ./gradlew assembleProdDebug --stacktrace
31
31
with :
32
32
name : ${{ github.event.repository.name }}_${{ github.run_number }}-prod-debug-apk
33
33
path : |
34
- ${{ github.workspace }}/app/build/outputs/apk/prodDebug /app-prod-debug.apk
34
+ ${{ github.workspace }}/app/build/outputs/apk/prod/debug /app-prod-debug.apk
Original file line number Diff line number Diff line change 44
44
with :
45
45
name : ${{ github.event.repository.name }}-${{ github.run_number }}-prod-release-apk
46
46
path : |
47
- ${{ github.workspace }}/app/build/outputs/apk/prodRelease /app-prod-release.apk
47
+ ${{ github.workspace }}/app/build/outputs/apk/prod/release /app-prod-release.apk
48
48
49
49
- name : Build Prod Release Bundle
50
50
env :
58
58
with :
59
59
name : ${{ github.event.repository.name }}-${{ github.run_number }}-prod-release-bundle
60
60
path : |
61
- ${{ github.workspace }}/app/build/outputs/bundle/prodRelease /app-prod-release.aab
61
+ ${{ github.workspace }}/app/build/outputs/bundle/prod/release /app-prod-release.aab
You can’t perform that action at this time.
0 commit comments