From 26ef24b3714eab584536f4ab36c2fd8f97b4f6e3 Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 08:07:37 +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 cacdc12..0952185 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} out" + - "zip -r ${WINDOWS_X64_BINARY} bin" upload: stage: upload -- GitLab