Skip to content

Commit

Permalink
Merge pull request #11 from open-ephys/fix-actions-2
Browse files Browse the repository at this point in the history
Corrected NuGet push command
  • Loading branch information
bparks13 authored Aug 14, 2024
2 parents 43a3ce7 + 555d59e commit 5ae1db6
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 @@ -113,4 +113,4 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Publish NuGet Package
run: dotnet nuget push "Packages/*nupkg" --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "Packages/*.nupkg" --skip-duplicate --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json

0 comments on commit 5ae1db6

Please sign in to comment.