Skip to content

Commit

Permalink
fix: TGWUI path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Nov 14, 2024
1 parent 2d63b8b commit c2a8650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Prepare variables
run: |
if [ "$SOLUTION" == "text-generation-webui" ]; then
DOCKERFILE="./Text\ Generation\ WebUI/Dockerfile"
DOCKERFILE_CONTEXT="./Text\ Generation\ WebUI/"
DOCKERFILE="./Text Generation WebUI/Dockerfile"
DOCKERFILE_CONTEXT="./Text Generation WebUI/"
SUBMODULE_PATH="Text\ Generation\ WebUI/text-generation-webui"
elif [ "$SOLUTION" == "comfyui" ]; then
DOCKERFILE="./ComfyUI/Dockerfile"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Create .env file
run: |
cd $DOCKERFILE_CONTEXT
cd "$DOCKERFILE_CONTEXT"
if [ "$TARGET" == "develop" ]; then
echo "${{ secrets.DEVELOP_SOLUTION_ENV_BASE64 }}" | base64 --decode > .env
Expand Down

0 comments on commit c2a8650

Please sign in to comment.