Skip to content

Commit 98658d4

Browse files
actions
Try to download al ui bundles
1 parent c57934b commit 98658d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-ui.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
- name: 'Upload Artifact'
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: en-ui
35-
path: |
36-
en/build/ui-bundle.zip
37-
fr/build/ui-bundle.zip
34+
name: ui-bundles
35+
path: */build/ui-bundle.zip

0 commit comments

Comments
 (0)