Skip to content

Commit

Permalink
Fixed donet push path
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyppid committed Mar 12, 2024
1 parent d317988 commit 172a3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Generate package
run: dotnet pack src/Keycloak.Net.Core/Keycloak.Net.Core.csproj -p:PackageVersion="${{ steps.gitversion.outputs.semVer }}" --source "github" --no-restore --no-build --include-symbols --include-source
- name: Upload NuGet package
run: dotnet nuget push src/Keycloak.Net.Core/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "github"
run: dotnet nuget push src/Keycloak.Net.Core/bin/Release/*.nupkg --api-key "${{ secrets.GITHUB_TOKEN }}" --source "github"

0 comments on commit 172a3d9

Please sign in to comment.