fixed build_multiplatform.yml folder checking

This commit is contained in:
DJ2LS 2023-01-30 09:47:20 +01:00
parent ae87d3962c
commit ff5eea3c63

View file

@ -350,7 +350,7 @@ jobs:
if: ${{startsWith(matrix.os, 'windows')}}
working-directory: tnc
run: |
if(Test-Path -Path "dist/_sounddevice_data"){
if(Test-Path -Path "dist/tnc/_sounddevice_data"){
echo "sounddevice folder already exists"
} else {
git clone https://github.com/spatialaudio/portaudio-binaries dist/tnc/_sounddevice_data/portaudio-binaries