From 462301cd4ea45a308405102ae48b48dcebb7c4e4 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 10 Mar 2026 03:01:04 +0000 Subject: [PATCH] PATH fix attempt --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73d5f5b..6387fa8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,24 +69,34 @@ jobs: - name: Install Poetry plugins run: poetry self add poethepoet shell: bash + env: + PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin - name: Replace path dependencies with PyPI versions run: | poetry remove voicemeeter-api vban-cmd || true poetry add voicemeeter-api vban-cmd shell: bash + env: + PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin - name: Install dependencies run: poetry install --with build shell: bash + env: + PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin - name: Build artifacts with dynamic taskfile run: task --taskfile Taskfile.dynamic.yml build-all shell: bash + env: + PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin - name: Create release archives run: task --taskfile Taskfile.dynamic.yml compress-all shell: bash + env: + PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin # Sunvalley theme variants - name: Upload build artifacts - Sunvalley Basic