Skip to content

Commit 4f7e81f

Browse files
committed
ci: fix artifact path
1 parent b96b01d commit 4f7e81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: nuget
5858

5959
- name: Push to GitHub feed
60-
run: dotnet nuget push nuget/*.nupkg
60+
run: dotnet nuget push *.nupkg
6161
--api-key "${{secrets.GITHUB_TOKEN}}"
6262
--source "https://nuget.pkg.github.com/${{github.repository_owner}}/"
6363
--skip-duplicate

0 commit comments

Comments
 (0)