From 5c1b2a30441d9a6a3f394b9939349791f72ee6cf Mon Sep 17 00:00:00 2001 From: Max Novak Date: Tue, 8 Oct 2024 21:12:56 +0300 Subject: [PATCH] Make the build Release --- .github/workflows/nuget.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 6688598..de6f7ea 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -21,10 +21,11 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --no-restore + run: dotnet build --configuration Release --no-restore + - name: List Files - run: ls -la GoogleMapsApi/ + run: ls -la GoogleMapsApi/bin/Release - name: Publish NuGet # You may pin to the exact commit or the version.