Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 29, 2024
1 parent 3f899b9 commit 92309a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: 'Dotnet NuGet Push to github registry'
run: |
Get-ChildItem .\artifactory -Filter *.nupkg |
Get-ChildItem .\artifactory -Recurse -Filter *.nupkg |
Where-Object { !$_.Name.Contains('preview') } |
ForEach-Object { nuget push $_ -Source "GPR" -SkipDuplicate }
concurrency:
Expand Down

0 comments on commit 92309a3

Please sign in to comment.