Skip to content

Commit

Permalink
Update continous-integration-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evertondavid authored Jul 19, 2024
1 parent c73a555 commit e3c99f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e3c99f2

Please sign in to comment.