We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b4704 commit bb578daCopy full SHA for bb578da
1 file changed
.github/workflows/ci-android.yml
@@ -55,8 +55,28 @@ jobs:
55
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
56
- uses: actions/upload-artifact@v4
57
with:
58
- name: release-artifacts
59
- path: release/*
+ name: apk-release
+ path: release/*release.apk
60
+
61
+ - uses: actions/upload-artifact@v4
62
+ with:
63
+ name: apk-debug
64
+ path: release/*debug.apk
65
66
67
68
+ name: root-module-release
69
+ path: release/*release.zip
70
71
72
73
+ name: root-module-debug
74
+ path: release/*debug.zip
75
76
77
78
+ name: relase-bundle
79
+ path: release/*.aab
80
81
release:
82
if: github.event_name == 'push'
0 commit comments