Fix another stupid typo. :(

This commit is contained in:
Tim Allen
2017-10-08 18:51:47 +11:00
parent f92fc276af
commit 1cb37fc974

View File

@@ -46,7 +46,7 @@ libretro-test:
- EMAIL=fake-email@example.com git merge origin/libretro - EMAIL=fake-email@example.com git merge origin/libretro
- make -C higan compiler=g++ binary=library target=libretro - make -C higan compiler=g++ binary=library target=libretro
- mkdir libretro-nightly - mkdir libretro-nightly
- cp -a higan/out/higan_sfc_libretro.so higan-nightly/ - cp -a higan/out/higan_sfc_libretro.so libretro-nightly/
artifacts: artifacts:
paths: paths:
- libretro-nightly/* - libretro-nightly/*