From 97f3d31eab7745ed6d2c499f2960721977e41ebf Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sun, 18 May 2025 19:32:56 +0000 Subject: [PATCH] .forgejo/workflows/dotnet.yaml aktualisiert --- .forgejo/workflows/dotnet.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/dotnet.yaml b/.forgejo/workflows/dotnet.yaml index 73e8058..6145609 100644 --- a/.forgejo/workflows/dotnet.yaml +++ b/.forgejo/workflows/dotnet.yaml @@ -42,4 +42,18 @@ jobs: - name: Build Solution run: | - msbuild WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release" \ No newline at end of file + msbuild WeeXnes.sln /p:DeleteExistingFiles=True /p:platform="Any CPU" /p:configuration="Release" + + + - name: Packing Zip + run: Compress-Archive + WeeXnes\bin\Release\WeeXnes.exe, + WeeXnes\bin\Release\System.Drawing.Common.dll, + WeeXnes\bin\Release\Wpf.Ui.dll, + WeeXnes_UAC\bin\Release\WeeXnes_UAC.exe, + WeeXnes\bin\Release\DiscordRPC.dll, + WeeXnes\bin\Release\Newtonsoft.Json.dll, + Autostart\bin\Release\Autostart.exe, + WXPlugin\bin\Release\WXPlugin.dll, + Update\bin\Release\Update.exe + -CompressionLevel Optimal -DestinationPath packed.zip \ No newline at end of file