chore: update release workflow to include Chocolatey package publishing

This commit is contained in:
HueByte
2026-02-24 22:12:26 +01:00
parent ed7d0a73a3
commit 1b6c27247f
2 changed files with 29 additions and 11 deletions
+2
View File
@@ -12,6 +12,8 @@ RUN dotnet restore EchoHub.Server/EchoHub.Server.csproj
COPY EchoHub.Core/ EchoHub.Core/
COPY EchoHub.Server.Irc/ EchoHub.Server.Irc/
COPY EchoHub.Server/ EchoHub.Server/
# Icon referenced by Server.csproj ApplicationIcon
COPY EchoHub.Client/Assets/hue_icon.ico EchoHub.Client/Assets/hue_icon.ico
RUN dotnet publish EchoHub.Server/EchoHub.Server.csproj -c Release -o /app/publish --no-restore
# Runtime