mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-03-12 05:09:12 +00:00
upd shell
This commit is contained in:
parent
d82afc1973
commit
2185748435
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -77,21 +77,21 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
shell: pwsh
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Install project dependencies
|
# Install project dependencies
|
||||||
poetry install --with build
|
poetry install --with build
|
||||||
|
|
||||||
# Verify PyInstaller is available
|
# Verify PyInstaller is available
|
||||||
Write-Host "Verifying PyInstaller installation..."
|
echo "Verifying PyInstaller installation..."
|
||||||
poetry show pyinstaller
|
poetry show pyinstaller
|
||||||
|
|
||||||
- name: Get Poetry executable path
|
- name: Get Poetry executable path
|
||||||
shell: pwsh
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
$poetryPath = Get-Command poetry | Select-Object -ExpandProperty Source
|
poetryPath=$(which poetry)
|
||||||
Write-Host "Poetry path: $poetryPath"
|
echo "Poetry path: $poetryPath"
|
||||||
echo "POETRY_BIN=$poetryPath" >> $env:GITHUB_ENV
|
echo "POETRY_BIN=$poetryPath" >> $GITHUB_ENV
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user