diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 02:07:55 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 23b1cf470388e66e914af03c7091fde92b351f0a (patch) | |
| tree | d9a3689e950fba3a8d0b1ed24ebc419f1bca6d17 /.github | |
| parent | bb63cfd1781783b26f3083a16c3c7d0ec6b45b2a (diff) | |
Change the copy
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b301e35f..9b122d09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,10 +31,12 @@ jobs: cd bass curl http://www.un4seen.com/files/bass24.zip -o bass.zip unzip bass.zip - cp bass.dll c/bass.lib ../lib + cp bass.dll ../lib + cp ./c/bass.lib ../lib curl http://www.un4seen.com/files/bassopus24.zip -o bassopus.zip unzip bassopus.zip - cp bassopus.dll c/bassopus.lib ../lib + cp bassopus.dll ../lib + cp ./c/bassopus.lib ../lib - name: Cache Qt id: cache-qt |
