Skip to content

Commit 843b621

Browse files
authored
dotnet pack .../Octokit.GraphQL.Pack.csproj
1 parent e111283 commit 843b621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
3939

4040
- name: Create package using .nuspec
41-
run: dotnet pack pack.csproj --output ${{ env.PackageOutputPath }}
41+
run: dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output ${{ env.PackageOutputPath }}
4242

4343
- name: Upload nupkg artifact
4444
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)