We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd42c37 commit cd5666eCopy full SHA for cd5666e
.github/workflows/build-ui.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- name: Checkout repository
19
uses: actions/checkout@v4
20
- - name: Install Gulp for building the UI
21
- run: npm i -g gulp-cli
22
- - name: Install Gulp locally for building the UI
23
- run: npm i gulp-cli ./user-interface
24
- name: Build UI
25
run: gulp bundle -f ./en/gulpfile.js
26
-
+ - name: 'Upload Artifact'
+ uses: actions/upload-artifact@v4
+ with:
+ name: en-ui
+ path: en/build/ui-bundle.zip
0 commit comments