From 1344db8d8f7607a25df3abe479920d52a4f8b656 Mon Sep 17 00:00:00 2001 From: swkeep <49286776+swkeep@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:18:40 +0300 Subject: [PATCH] chore: rename release dir --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8546258..7d97177 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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