Skip to content

Commit bb578da

Browse files
committed
ci: upload artifacts separately
1 parent b1b4704 commit bb578da

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

.github/workflows/ci-android.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,28 @@ jobs:
5555
run: echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
5656
- uses: actions/upload-artifact@v4
5757
with:
58-
name: release-artifacts
59-
path: release/*
58+
name: apk-release
59+
path: release/*release.apk
60+
61+
- uses: actions/upload-artifact@v4
62+
with:
63+
name: apk-debug
64+
path: release/*debug.apk
65+
66+
- uses: actions/upload-artifact@v4
67+
with:
68+
name: root-module-release
69+
path: release/*release.zip
70+
71+
- uses: actions/upload-artifact@v4
72+
with:
73+
name: root-module-debug
74+
path: release/*debug.zip
75+
76+
- uses: actions/upload-artifact@v4
77+
with:
78+
name: relase-bundle
79+
path: release/*.aab
6080

6181
release:
6282
if: github.event_name == 'push'

0 commit comments

Comments
 (0)