Update .gitlab-ci.yml file

Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
This commit is contained in:
Ritchie Frodomar 2024-07-22 22:57:17 +00:00
parent 9ac5b7f8a1
commit ef3b1cc6eb

View file

@ -30,7 +30,7 @@ publish_linux:
publish_windows:
stage: deploy
tag: windows
tags: [windows]
script: >
mkdir bin;
dotnet publish .\src\SociallyDistant -r win-x64 -c release --self-contained -o .\bin\windows-x64;