From 817df4219b229bc8ae79abdb6fc7d07bb076ec87 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 30 Dec 2021 19:22:29 -0600 Subject: [PATCH] Move installer file to artifacts on first build fase for the 64 bits app --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6c1d41..ff08db9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,7 @@ program64: - cd .. - move src\music_dl.zip artifacts\music_dl_x64.zip - 'move src/dist artifacts/program64' + - 'move src/installer.nsi artifacts' only: - schedules - master @@ -90,7 +91,7 @@ generate_versions: - echo "started by ${GITLAB_USER_NAME}" script: - 'cd artifacts' - - '&$env:NSIS ..\src\installer.nsi' + - '&$env:NSIS installer.nsi' - 'Remove-Item -path program32 -recurse' - 'Remove-Item -path program64 -recurse' only: