From 68fcb19a704e91e4856ae0ba685c028e4111127d Mon Sep 17 00:00:00 2001 From: Asher Dawes Date: Sat, 11 Aug 2018 23:54:24 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b833075c..27029d556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -248,7 +248,7 @@ Package: - cp Media-Assets/Logos/PNG/* assets/imgs/ script: - builder build zcutil/VerusCoin.xml windows --setvars project.version=$VERSION-beta - - mv builds/VerusCoin-v$VERSION-beta-windows-installer.exe .. + - mv builds/VerusCoin-v$VERSION-beta-windows-installer.exe . artifacts: paths: [VerusCoin-v$VERSION-beta-windows-installer.exe]