Skip to content

Commit e0700b5

Browse files
Fix typo in dotnet restore command
1 parent a0aa527 commit e0700b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-dotnet/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ runs:
2929
3030
- name: Restore dependencies
3131
shell: bash
32-
run: dotnet restore EssentialCSharp.sln
32+
run: dotnet restore EssentialCSharp.slnx
3333

3434
- name: Build
3535
if: ${{ inputs.build == 'true' }}
3636
shell: bash
37-
run: dotnet build EssentialCSharp.sln --no-restore
37+
run: dotnet build EssentialCSharp.sln --no-restore

0 commit comments

Comments
 (0)