Skip to content

Commit ee19a18

Browse files
committed
[C#] Upload the release zip as a CI artifact
1 parent 44b955b commit ee19a18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@ jobs:
210210
run: |
211211
cd c_sharp
212212
./build-release-nupkg.sh
213+
- uses: actions/upload-artifact@v3
214+
with:
215+
name: org.ldk.nupkg
216+
path: c_sharp/org.ldk.nupkg
213217
- name: Check latest auto-generated code is in git
214218
run: |
215219
# Checkout files that get updated with version information

0 commit comments

Comments
 (0)