Skip to content

Commit 8a46ac2

Browse files
committed
Updated release checks for GUI v2
1 parent 3305bf1 commit 8a46ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
cd gui
28+
cd gui-v2
2929
npm install
3030
3131
- name: Build GUI
3232
run: |
33-
cd gui
33+
cd gui-v2
3434
npm run build
3535
3636
- name: Check the pre-built GUI files are up-to-date

0 commit comments

Comments
 (0)