diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4bcdc2e57d3d0714b83e51ee0b18f800117c1d9..76f51c01e24e1308f0232111692e1df6da9382d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,10 @@ 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 bin/${WINDOWS_X64_BINARY} out" + artifacts: + paths: + - bin/ upload: