mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
PATH fix attempt
This commit is contained in:
parent
462301cd4e
commit
bdba07694b
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@ -66,37 +66,31 @@ jobs:
|
|||||||
path: .venv
|
path: .venv
|
||||||
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
|
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
|
- name: Install Poetry plugins
|
||||||
run: poetry self add poethepoet
|
run: poetry self add poethepoet
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin
|
|
||||||
|
|
||||||
- name: Replace path dependencies with PyPI versions
|
- name: Replace path dependencies with PyPI versions
|
||||||
run: |
|
run: |
|
||||||
poetry remove voicemeeter-api vban-cmd || true
|
poetry remove voicemeeter-api vban-cmd || true
|
||||||
poetry add voicemeeter-api vban-cmd
|
poetry add voicemeeter-api vban-cmd
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install --with build
|
run: poetry install --with build
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin
|
|
||||||
|
|
||||||
- name: Build artifacts with dynamic taskfile
|
- name: Build artifacts with dynamic taskfile
|
||||||
run: task --taskfile Taskfile.dynamic.yml build-all
|
run: task --taskfile Taskfile.dynamic.yml build-all
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin
|
|
||||||
|
|
||||||
- name: Create release archives
|
- name: Create release archives
|
||||||
run: task --taskfile Taskfile.dynamic.yml compress-all
|
run: task --taskfile Taskfile.dynamic.yml compress-all
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
|
||||||
PATH: ${{ env.PATH }}:/c/Users/runneradmin/.local/bin
|
|
||||||
|
|
||||||
# Sunvalley theme variants
|
# Sunvalley theme variants
|
||||||
- name: Upload build artifacts - Sunvalley Basic
|
- name: Upload build artifacts - Sunvalley Basic
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user