diff --git a/.github/workflows/dotnet-framework.yml b/.github/workflows/dotnet-framework.yml index 86174e4..1cc654a 100644 --- a/.github/workflows/dotnet-framework.yml +++ b/.github/workflows/dotnet-framework.yml @@ -53,5 +53,21 @@ jobs: - name: logging run: | echo "Version=${{ steps.get_version.outputs.version }}" + + - name: Packing Zip + run: Compress-Archive + D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes\bin\Release\WeeXnes.exe, + D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes_UAC\bin\Release\WeeXnes_UAC.exe, + D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes\bin\Release\DiscordRPC.dll, + D:\a\WeeXnesSuite\WeeXnesSuite\WeeXnes\bin\Release\Newtonsoft.Json.dll, + D:\a\WeeXnesSuite\WeeXnesSuite\Autostart\bin\Release\Autostart.exe, + Update\bin\Release\Update.exe + -CompressionLevel Optimal -DestinationPath packed.zip + shell: pwsh + + + - name: Check for Zip + run: dir +