Skip to content

Commit 4cf1478

Browse files
authored
Update ci.yml
1 parent d0f2bfd commit 4cf1478

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,13 @@ jobs:
137137
- name: Upload NuGet package to NuGet.org
138138
if: ${{ github.event_name == 'release' }}
139139
run: dotnet nuget push nupkgs/**.nupkg --source nuget --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
140+
141+
- name: Upload build to GitHub release
142+
if: ${{ github.event_name == 'release' }}
143+
uses: svenstaro/[email protected]
144+
with:
145+
repo_token: ${{ secrets.GITHUB_TOKEN }}
146+
file: nupkgs/*.*
147+
overwrite: true
148+
tag: ${{ github.ref }}
149+
file_glob: true

0 commit comments

Comments
 (0)