We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98658d4 commit bd6a299Copy full SHA for bd6a299
.github/workflows/build-ui.yml
@@ -21,15 +21,15 @@ jobs:
21
- name: Install Gulp locally to build the UI
22
run: npm i gulp-cli ./en
23
- name: Build UI
24
- run: gulp bundle -f ./en/gulpfile.js
+ run: gulp bundle --out ./ui-bundles --name en-ui.zip -f ./en/gulpfile.js
25
# build fr website
26
27
- run: npm i gulp-cli ./en
+ run: npm i gulp-cli ./fr
28
29
+ run: gulp bundle --out ./ui-bundles --name fr-ui.zip -f ./en/gulpfile.js
30
# download UIs
31
- name: 'Upload Artifact'
32
uses: actions/upload-artifact@v4
33
with:
34
name: ui-bundles
35
- path: */build/ui-bundle.zip
+ path: ui-bundles
0 commit comments