From d645b2ee24e8726fc98cd9b657cd19e3899b8f06 Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 00:33:32 +0300 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ded744..e9b6de3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ build_job: expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on paths: - '$env:EXE_RELEASE_FOLDER\Patcher.exe' # saving exe to copy to deploy folder - - '$env:MSI_RELEASE_FOLDER\Patcher Setup.msi' # saving msi to copy to deploy folder + - '$env:MSI_RELEASE_FOLDER\LazerPatcher Setup.msi' # saving msi to copy to deploy folder - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests test_job: -- GitLab