Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank authored Aug 19, 2024
1 parent ee3807b commit c9ece12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9ece12

Please sign in to comment.