diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7430c73..c99cf2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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