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.