Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Breuer <[email protected]>
  • Loading branch information
angelobreuer authored Mar 17, 2024
1 parent 102dc27 commit e0273fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
- name: Publish NuGet Packages
working-directory: ci
if: matrix.configuration == 'Release'
run: find . -type f -name "*.nupkg" -exec echo dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate {} ';'
run: find . -type f -name "*.nupkg" -exec dotnet nuget push --api-key "${{ secrets.NUGET_API_KEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate {} ';'
shell: bash

0 comments on commit e0273fa

Please sign in to comment.