diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index aede8cb..6688598 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -22,6 +22,9 @@ jobs: - name: Build run: dotnet build --no-restore + + - name: List Files + run: ls -la GoogleMapsApi/ - name: Publish NuGet # You may pin to the exact commit or the version.