Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai-Intuitive committed Sep 15, 2024
1 parent e6366f3 commit ed4908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
name: artifactory_Release
- name: 'Dotnet NuGet Push'
run: |
Get-ChildItem .\artifactory -Filter *.nupkg |
Get-ChildItem .\artifactory_Release -Filter *.nupkg |
Where-Object { !$_.Name.Contains('preview') } |
ForEach-Object { dotnet nuget push $_ --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_API_KEY}} }
shell: pwsh
Expand Down

0 comments on commit ed4908c

Please sign in to comment.