diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1f33adc..b5839e9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,11 +30,10 @@ jobs: - name: Build run: dotnet build - - name: Check arch mac + - name: Move file for mac if: runner.os == 'MacOS' run: | - ls -R - file ./Console/bin/Debug/net8.0/libportaudio.dylib + mv ./Console/bin/Debug/net8.0/libportaudio.dylib ./Tests/bin/Debug/net8.0/libportaudio.dylib # Platform-specific custom steps - name: Set up PulseAudio (Linux only)