We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49268fb commit 7ad7d61Copy full SHA for 7ad7d61
1 file changed
.github/workflows/build.yml
@@ -79,4 +79,5 @@ jobs:
79
run: |
80
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
81
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
82
- }
+ }
83
+
0 commit comments