Update dotnet-framework.yml
This commit is contained in:
parent
1c50d0fc10
commit
f71d888685
1 changed files with 16 additions and 0 deletions
16
.github/workflows/dotnet-framework.yml
vendored
16
.github/workflows/dotnet-framework.yml
vendored
|
@ -54,4 +54,20 @@ jobs:
|
|||
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue