mirror of
https://gitlab.acidiclight.dev/sociallydistant/sociallydistant.git
synced 2025-01-22 17:41:49 -05:00
Update .gitlab-ci.yml file
Signed-off-by: Ritchie Frodomar <alkalinethunder@gmail.com>
This commit is contained in:
parent
9ac5b7f8a1
commit
ef3b1cc6eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue