Skip to content

Commit 43a3ce7

Browse files
authored
Merge pull request #10 from open-ephys/fix-actions
Fix path to publish to NuGet
2 parents eb79f0c + 75c50d6 commit 43a3ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ jobs:
113113
uses: actions/setup-dotnet@v4
114114

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

0 commit comments

Comments
 (0)