Fix copy/pasto for libretro build.

This commit is contained in:
Tim Allen 2017-10-27 17:04:46 +11:00
parent dd06dd0fed
commit 7aad868adb
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ libretro-test:
- make -C higan compiler=g++ binary=library target=libretro
- mkdir libretro-nightly
- cp -a higan/out/higan_sfc_libretro.so libretro-nightly/
- cp -a GPLv3.txt higan-nightly/
- cp -a GPLv3.txt libretro-nightly/
artifacts:
paths:
- libretro-nightly/*