Skip to content

Commit 8a22643

Browse files
limichangelimichange
authored andcommitted
feat: test ci
1 parent 0cb369f commit 8a22643

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release-android.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,14 @@ jobs:
114114
./apps/web-embed/web-build
115115
if-no-files-found: error
116116

117-
- name: Download WebEmbed Artifacts
117+
- name: Upload build Artifacts
118+
uses: actions/upload-artifact@v3
119+
with:
120+
name: build
121+
path: ./apps/mobile/android/app/build/
122+
if-no-files-found: error
123+
124+
- name: Download build Artifacts
118125
uses: actions/download-artifact@v3
119126
with:
120127
name: upload-web-embed-artifacts

0 commit comments

Comments
 (0)