diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ded74463a7f960484852365f147a220c8bf5d61..e9b6de3d8930a0c66d774d14315be2c2f13f64e9 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: