From 099ae9ea60214deb1d7d1069093e6c79620d220e Mon Sep 17 00:00:00 2001 From: yellowsink Date: Wed, 1 Nov 2023 18:28:06 +0000 Subject: [PATCH] [server] fix rider debugging --- .github/workflows/deploy.yml | 2 +- UwuRadio.Server/UwuRadio.Server.csproj | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a249ad0..11f57bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: - name: Publish run: | cd UwuRadio.Server - dotnet publish -r linux-x64 --self-contained -c Release + dotnet publish -r linux-x64 --self-contained -c Release -p:PublishSingleFile=true mkdir ../dist cp bin/Release/net*/*/publish/UwuRadio.Server ../dist diff --git a/UwuRadio.Server/UwuRadio.Server.csproj b/UwuRadio.Server/UwuRadio.Server.csproj index 1f01c68..2492682 100644 --- a/UwuRadio.Server/UwuRadio.Server.csproj +++ b/UwuRadio.Server/UwuRadio.Server.csproj @@ -4,7 +4,8 @@ net6.0 enable enable - true + + @@ -14,4 +15,4 @@ - \ No newline at end of file +