diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cacdc1299ebb3e0f8cb92452dfe7288550cea88a..0952185b9a0fdfd74ccbba1f49591465bce03fbc 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