From e1dc0253d6fcb36bfa232491e6bd4220449131cc Mon Sep 17 00:00:00 2001 From: DHCPCD Date: Thu, 31 Mar 2022 08:37:07 +0300 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ade1b25..a5ade78 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 -- GitLab