PATH fix attempt

This commit is contained in:
2026-03-10 03:13:48 +00:00
parent bdba07694b
commit c9b7f89453
2 changed files with 9 additions and 9 deletions

View File

@@ -66,10 +66,6 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
- name: Add Poetry to PATH
run: echo "/c/Users/runneradmin/.local/bin" >> $GITHUB_PATH
shell: bash
- name: Install Poetry plugins
run: poetry self add poethepoet
shell: bash
@@ -87,10 +83,14 @@ jobs:
- name: Build artifacts with dynamic taskfile
run: task --taskfile Taskfile.dynamic.yml build-all
shell: bash
env:
POETRY_BIN: /c/Users/runneradmin/.local/bin/poetry
- name: Create release archives
run: task --taskfile Taskfile.dynamic.yml compress-all
shell: bash
env:
POETRY_BIN: /c/Users/runneradmin/.local/bin/poetry
# Sunvalley theme variants
- name: Upload build artifacts - Sunvalley Basic