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