From 1cb37fc97444dfd4557ff8d3fb8dc59bc15ed46b Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Sun, 8 Oct 2017 18:51:47 +1100 Subject: [PATCH] Fix another stupid typo. :( --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f22a353e..21eba855 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ libretro-test: - EMAIL=fake-email@example.com git merge origin/libretro - make -C higan compiler=g++ binary=library target=libretro - mkdir libretro-nightly - - cp -a higan/out/higan_sfc_libretro.so higan-nightly/ + - cp -a higan/out/higan_sfc_libretro.so libretro-nightly/ artifacts: paths: - libretro-nightly/*