diff options
author | withmorten <morten.with@gmail.com> | 2021-02-03 20:26:59 +0100 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-02-03 20:26:59 +0100 |
commit | bd368b29b13c10f504de7bf41b605b0cae318973 (patch) | |
tree | 009231d5b7ece64d75a3e0006ea265e7b19c4816 /.github/workflows/re3_msvc_x86.yml | |
parent | remove accidental comment from premake workflows (diff) | |
download | re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar.gz re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar.bz2 re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar.lz re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar.xz re3-bd368b29b13c10f504de7bf41b605b0cae318973.tar.zst re3-bd368b29b13c10f504de7bf41b605b0cae318973.zip |
Diffstat (limited to '.github/workflows/re3_msvc_x86.yml')
-rw-r--r-- | .github/workflows/re3_msvc_x86.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/re3_msvc_x86.yml b/.github/workflows/re3_msvc_x86.yml index 8f85a862..ad60ce43 100644 --- a/.github/workflows/re3_msvc_x86.yml +++ b/.github/workflows/re3_msvc_x86.yml @@ -57,7 +57,7 @@ jobs: mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.pdb ./gamefiles/ - if: contains(matrix.platform, 'oal') name: Move dynamic dependencies to gamefiles - run: | + run: | mv ./vendor/mpg123/dist/Win32/libmpg123-0.dll ./gamefiles/ mv ./vendor/openal-soft/dist/Win32/OpenAL32.dll ./gamefiles/ - name: Upload artifact to actions |