From 381b120751ded1bc39c59fb886f835b2f754665b Mon Sep 17 00:00:00 2001 From: jliddev Date: Fri, 31 Jul 2020 14:27:00 -0500 Subject: [PATCH] Update dotnet-core-desktop.yml --- .github/workflows/dotnet-core-desktop.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 54a1e390..e987432a 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -107,10 +107,14 @@ jobs: Appx_Bundle_Platforms: x86|x64 Appx_Package_Build_Mode: StoreUpload Configuration: ${{ matrix.configuration }} + + - name: Zip Build + id: zip_build + run: Compress-Archive -Path ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish/*.exe -DestinationPath ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish - name: Test Build id: test_build - run: dir ./WowUp.WPF/bin/Release/netcoreapp3.1/win-x64/publish + run: dir ${env:Wap_Project_Directory}/bin/Release/netcoreapp3.1/win-x64/publish - name: Create Release id: create_release