Skip to content

Commit 7ad7d61

Browse files
authored
Im/main fix nuget package (#6) (#7)
* use dotnet pack * add deploy job
1 parent 49268fb commit 7ad7d61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ jobs:
7979
run: |
8080
foreach($file in (Get-ChildItem "${{ env.NuGetDirectory }}" -Recurse -Include *.nupkg)) {
8181
dotnet nuget push $file --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json --skip-duplicate
82-
}
82+
}
83+

0 commit comments

Comments
 (0)