Skip to content

Commit cd5666e

Browse files
actions
Remove gulp install Add artifact command
1 parent fd42c37 commit cd5666e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-ui.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
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
2420
- name: Build UI
2521
run: gulp bundle -f ./en/gulpfile.js
26-
22+
- name: 'Upload Artifact'
23+
uses: actions/upload-artifact@v4
24+
with:
25+
name: en-ui
26+
path: en/build/ui-bundle.zip

0 commit comments

Comments
 (0)