Skip to content

Commit 1a6aea9

Browse files
authored
Merge pull request #759 from jeremypoulter/release_check_fix
Updated release checks for GUI v2
2 parents 3305bf1 + 8a46ac2 commit 1a6aea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_validation.yaml

+2-2
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)