Skip to content

Commit f97ed72

Browse files
committed
fix restore target
1 parent b9f7937 commit f97ed72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Restore
4343
shell: pwsh
44-
run: dotnet restore .\Tocsoft.GraphQLCodeGen.MsBuild\Tocsoft.GraphQLCodeGen.MsBuild.csproj
44+
run: dotnet restore
4545

4646
- name: Package
4747
shell: pwsh
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Restore
7676
shell: pwsh
77-
run: dotnet restore .\Tocsoft.GraphQLCodeGen.Npm\Tocsoft.GraphQLCodeGen.Npm.csproj
77+
run: dotnet restore
7878

7979
- name: Package
8080
shell: pwsh

0 commit comments

Comments
 (0)