From 9c7948a4ecb8b1ba4e586b0ce998a330b03ed4f6 Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 08:08:52 +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 0952185..d81bac2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ build-job: # This job runs in the build stage, which runs first. - "dotnet clean" - "dotnet restore" - "dotnet build -c Release --output out/ --no-restore" - - "zip -r ${WINDOWS_X64_BINARY} bin" + - "zip -r bin/${WINDOWS_X64_BINARY} out" upload: stage: upload -- GitLab