From c395add4a0014ff2bfbcbe496b072cf7bbbdd9b3 Mon Sep 17 00:00:00 2001 From: Rich Moll Date: Thu, 11 Jul 2024 14:23:08 -0500 Subject: [PATCH] Removed runtime specification --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9f0a892..f9eb13e 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -55,7 +55,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Publish for Windows - run: dotnet publish --configuration Release --output ./publish/windows --no-build --runtime win-x64 + run: dotnet publish --configuration Release --output ./publish/windows --no-build - name: Archive Windows Artifacts run: Compress-Archive -Path ./publish/windows -DestinationPath PetsOptimizer-windows.zip