Skip to content

Commit

Permalink
chore: rename release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Feb 6, 2024
1 parent 8564c33 commit 1344db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

- name: Install dependencies for InteractionDUI
run: |
cd InteractionDUI/dui_source
cd interactionDUI/dui_source
npm install
- name: Build Vue app for InteractionDUI
run: |
cd InteractionDUI/dui_source
cd interactionDUI/dui_source
npm run build
- name: Bundle files
Expand Down

0 comments on commit 1344db8

Please sign in to comment.