From 37a88080b15e2da99408488c8764b2274899f48d Mon Sep 17 00:00:00 2001 From: msartore Date: Fri, 2 Feb 2024 16:34:54 +0100 Subject: [PATCH] Revert "update build workflow" This reverts commit c119bc3cb968778db0957b7f7d14343d2b0517ca. --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 30ebf22..3619a3d 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -26,7 +26,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Publish the application - run: dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj -c Release -r win-x64 -o ./publish + run: dotnet publish D:\a\ATA-GUI\ATA-GUI\ATA-GUI\ATA-GUI.csproj --configuration Release --runtime win-x64 --self-contained false /p:PublishSingleFile=true --output ./publish - name: Zip the published output run: Compress-Archive -Path ./publish/ATA-GUI.exe, ./LICENSE -DestinationPath ATA-GUI.zip