From ff5eea3c630d6760e0576dae1349f3f39e2d7f54 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 30 Jan 2023 09:47:20 +0100 Subject: [PATCH] fixed build_multiplatform.yml folder checking --- .github/workflows/build_multiplatform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_multiplatform.yml b/.github/workflows/build_multiplatform.yml index a289da6c..0d987910 100644 --- a/.github/workflows/build_multiplatform.yml +++ b/.github/workflows/build_multiplatform.yml @@ -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