diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:09:28 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2019-02-06 23:09:28 +0000 |
| commit | 470e0f1902c664f8c192e8251cd123aaa0cf4b2e (patch) | |
| tree | 9926963d7a9d79328d5e7ab89689bba1c45f282d | |
| parent | c47521baa3d04af86b886506d5d4f23fe23fa86d (diff) | |
One less `..` on copying bass.dll .gitlab-ci.yml
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1780a604..9307863d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,7 +40,7 @@ build windows i686: - cd bass - curl http://www.un4seen.com/files/bass24.zip -o bass.zip - unzip bass.zip - - cp bass.dll ../../lib + - cp bass.dll ../lib - cd .. # Build |
