Skip to content

Commit bd6a299

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-ui.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- name: Install Gulp locally to build the UI
2222
run: npm i gulp-cli ./en
2323
- name: Build UI
24-
run: gulp bundle -f ./en/gulpfile.js
24+
run: gulp bundle --out ./ui-bundles --name en-ui.zip -f ./en/gulpfile.js
2525
# build fr website
2626
- name: Install Gulp locally to build the UI
27-
run: npm i gulp-cli ./en
27+
run: npm i gulp-cli ./fr
2828
- name: Build UI
29-
run: gulp bundle -f ./en/gulpfile.js
29+
run: gulp bundle --out ./ui-bundles --name fr-ui.zip -f ./en/gulpfile.js
3030
# download UIs
3131
- name: 'Upload Artifact'
3232
uses: actions/upload-artifact@v4
3333
with:
3434
name: ui-bundles
35-
path: */build/ui-bundle.zip
35+
path: ui-bundles

0 commit comments

Comments
 (0)