Skip to content

Commit

Permalink
Remove duplicate sndfile.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
LAGonauta committed Nov 19, 2023
1 parent bbb1c70 commit b24dd11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
run: |
mkdir "Output\${{env.BUILD_CONFIGURATION}}"
xcopy "Build\${{env.BUILD_CONFIGURATION}}\MetaAudio.dll" "Output\${{env.BUILD_CONFIGURATION}}" /y /e
xcopy "externals\libsndfile\lib\sndfile.dll" "Output\${{env.BUILD_CONFIGURATION}}" /y /e
shell: cmd

- name: Copy SteamAppsLocation to Output
Expand Down

0 comments on commit b24dd11

Please sign in to comment.