Skip to content

Commit e62b202

Browse files
committed
GA: find the package to the right place
1 parent 62003d7 commit e62b202

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
@@ -23,4 +23,4 @@ jobs:
2323
run: nuget sources add -name "github" -Source https://nuget.pkg.github.com/pmiossec/index.json -Username pmiossec -Password ${{ secrets.GITHUB_TOKEN }}
2424

2525
- name: Push to GitHub nuget feed
26-
run: dotnet nuget push "bin/Release/GitExtensions.AzureDevOpsCommitMessage.1.0.0.nupkg" --source "github"
26+
run: dotnet nuget push "src/GitExtensions.AzureDevOpsCommitMessage/bin/Release/GitExtensions.AzureDevOpsCommitMessage.*.nupkg" --source "github"

0 commit comments

Comments
 (0)