From fe0fa4b02cebc3ca24deacadc122bd80e71f915e Mon Sep 17 00:00:00 2001 From: Leapward-Koex <30615050+Leapward-Koex@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:09:43 +1300 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index ae68180..bbdc3b3 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -102,13 +102,10 @@ jobs: # Remove the pfx - name: Remove the pfx run: Remove-Item -path $env:Wap_Project_Directory\GitHubActionsWorkflow.pfx - - - name: Zip package - run: Compress-Archive -Path ./bin/Release/net8.0-windows/ -DestinationPath ./MaiTouchSensorEmulator.zip # Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact - name: Upload build artifacts uses: actions/upload-artifact@v3 with: name: Emulator package - path: ./MaiTouchSensorEmulator.zip + path: ./bin/Release/net8.0-windows/