From e3c99f20dc89793ae4724bbc23a2a129089904f9 Mon Sep 17 00:00:00 2001 From: Everton David <32649576+evertondavid@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:08:26 -0300 Subject: [PATCH] Update continous-integration-nuget.yml --- .github/workflows/continous-integration-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continous-integration-nuget.yml b/.github/workflows/continous-integration-nuget.yml index d819537..1800b79 100644 --- a/.github/workflows/continous-integration-nuget.yml +++ b/.github/workflows/continous-integration-nuget.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: List directories in the root - run: ls -la + run: ls -l - name: Setup .NET 8 uses: actions/setup-dotnet@v3 @@ -25,7 +25,7 @@ jobs: - name: Navigate to Project Directory and List Contents run: | cd HATEOAS-NuGet/HATEOAS - ls -la + ls -l - name: Restore Dependencies run: dotnet restore YourProject.csproj