Skip to content
Snippets Groups Projects
Commit e1dc0253 authored by DHCPCD's avatar DHCPCD
Browse files

Update .gitlab-ci.yml file

parent fa3f428b
No related branches found
No related tags found
No related merge requests found
Pipeline #69 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment