diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ade1b2523acc917991903f8e5f561c07a11d0690..a5ade78cfcfa4f5f18f2ea237be6983af8272729 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,6 +33,10 @@ build: # This job runs in the build stage, which runs first. - "dotnet restore" - "dotnet publish -c Release --output out/ --no-restore --self-contained --runtime win-x64" - "zip -r ${WINDOWS_X64_BINARY} out" + artifacts: + expire_in: 7d + paths: + - ${WINDOWS_X64_BINARY} upload: stage: upload